]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.base.json
Add support for saving video files to object storage (#4290)
[github/Chocobozzz/PeerTube.git] / client / tsconfig.base.json
index f7d52f7f496dbb376f98eb94dee61abcad6cd33e..fd297e60a840aa3d857e3093eda50e888c018df7 100644 (file)
@@ -24,6 +24,7 @@
     ],
     "baseUrl": "./",
     "paths": {
+      "hls.js": [ "node_modules/hls.js/dist/hls.light" ],
       "video.js": [ "node_modules/video.js/core" ],
       "@app/*": [ "src/app/*" ],
       "@shared/models/*": [ "../shared/models/*" ],
@@ -35,7 +36,7 @@
       "http": [ "src/shims/http.ts" ],
       "https": [ "src/shims/https.ts" ],
       "path": [ "src/shims/path.ts" ],
-      "stream": [ "src/shims/noop.ts" ],
+      "stream": [ "src/shims/stream.ts" ],
       "crypto": [ "src/shims/noop.ts" ]
     }
   },