]> 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 68e902d26b14975b450cf1f26a011b694072ed8b..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" ]
     }
   },
@@ -43,6 +44,6 @@
     "strictInjectionParameters": true,
     "fullTemplateTypeCheck": true,
     "strictTemplates": true,
-    "enableI18nLegacyMessageIdFormat": true
+    "enableI18nLegacyMessageIdFormat": false
   }
 }