]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Bumped to version v1.0.1
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index f1d97110dfbbba3bed6acf38fa3018668a352f8c..e041769dd9c8a170f74ba3935ef37e8118e27d60 100644 (file)
@@ -7,6 +7,7 @@
     "moduleResolution": "node",
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
+    "noImplicitAny": false,
     "target": "es5",
     "typeRoots": [
       "node_modules/@types"
       "crypto": [ "./shims/noop" ]
     }
   },
+  "angularCompilerOptions": {
+    "strictInjectionParameters": true,
+    "fullTemplateTypeCheck": true
+  },
   "exclude": [
     "../node_modules",
     "node_modules",