]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Fallback HLS to webtorrent
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index f1d97110dfbbba3bed6acf38fa3018668a352f8c..3f9986f8a6674c306862d48bd44c119b7908c00c 100644 (file)
@@ -5,8 +5,13 @@
     "sourceMap": true,
     "declaration": false,
     "moduleResolution": "node",
+    "module": "esnext",
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
+    "noImplicitAny": true,
+    "noImplicitThis": true,
+    "suppressImplicitAnyIndexErrors":true,
+    "alwaysStrict": true,
     "target": "es5",
     "typeRoots": [
       "node_modules/@types"
       "crypto": [ "./shims/noop" ]
     }
   },
+  "angularCompilerOptions": {
+    "strictInjectionParameters": true,
+    "fullTemplateTypeCheck": true
+  },
   "exclude": [
     "../node_modules",
     "node_modules",