]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Create webtorrent client on player load
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 43b27ce8eea04e40a719a11042744fbd60354ee2..cb6d3924541d572b7b3c09a5eded37074d2fb229 100644 (file)
     ],
     "lib": [
       "es2017",
+      "es2016",
+      "es2015",
       "dom"
     ],
     "baseUrl": "src",
     "paths": {
-      "@app/*": [ "app/*" ]
+      "@app/*": [ "app/*" ],
+      "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ]
     }
   }
 }