]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
add repl to the cli wrapper, remove extraneous TOC in tools.md
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index e041769dd9c8a170f74ba3935ef37e8118e27d60..ef80445db05dec5ccf550b14a6bc0a28446c6307 100644 (file)
@@ -7,7 +7,9 @@
     "moduleResolution": "node",
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
-    "noImplicitAny": false,
+    "noImplicitAny": true,
+    "suppressImplicitAnyIndexErrors":true,
+    "alwaysStrict": true,
     "target": "es5",
     "typeRoots": [
       "node_modules/@types"