allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / tsconfig.json
index fbdeb6d5df5c0e2ba85e12602e188772822d42e9..752f5b35f66174e2bc2dc43ac11910eeee54365f 100644 (file)
@@ -13,6 +13,7 @@
     "noImplicitThis": true,
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
+    "importHelpers": true,
     "strictBindCallApply": true,
     "target": "es2015",
     "typeRoots": [
     ],
     "baseUrl": "./",
     "paths": {
+      "video.js": [ "node_modules/video.js/core" ],
       "@app/*": [ "src/app/*" ],
       "@shared/*": [ "../shared/*" ],
-      "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ],
-      "fs": [ "src/shims/noop" ],
-      "http": [ "src/shims/http" ],
-      "https": [ "src/shims/https" ],
-      "path": [ "src/shims/path" ],
-      "stream": [ "src/shims/noop" ],
-      "crypto": [ "src/shims/noop" ]
+      "fs": [ "src/shims/noop.ts" ],
+      "http": [ "src/shims/http.ts" ],
+      "https": [ "src/shims/https.ts" ],
+      "path": [ "src/shims/path.ts" ],
+      "stream": [ "src/shims/noop.ts" ],
+      "crypto": [ "src/shims/noop.ts" ]
     }
   },
   "angularCompilerOptions": {