]> 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 9f63ac11a2fc2cd5aefbbe9473088046f23d470c..fd297e60a840aa3d857e3093eda50e888c018df7 100644 (file)
@@ -7,7 +7,6 @@
     "declaration": false,
     "moduleResolution": "node",
     "module": "esnext",
-    "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "noImplicitAny": true,
     "noImplicitThis": true,
@@ -25,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/*" ],
@@ -36,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" ]
     }
   },
@@ -44,6 +44,6 @@
     "strictInjectionParameters": true,
     "fullTemplateTypeCheck": true,
     "strictTemplates": true,
-    "enableI18nLegacyMessageIdFormat": true
+    "enableI18nLegacyMessageIdFormat": false
   }
 }