]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Refractor retry transaction function
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 8ce9c5f96c1e54a3dc253465ed481c5b78c91b83..cb6d3924541d572b7b3c09a5eded37074d2fb229 100644 (file)
@@ -19,7 +19,8 @@
     ],
     "baseUrl": "src",
     "paths": {
-      "@app/*": [ "app/*" ]
+      "@app/*": [ "app/*" ],
+      "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ]
     }
   }
 }