]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
add alwaysStrict flag to client/tsconfig.json (#1280)
authorBO41 <lukasw41@gmail.com>
Mon, 15 Oct 2018 12:35:18 +0000 (14:35 +0200)
committerRigel Kent <par@rigelk.eu>
Mon, 15 Oct 2018 12:35:18 +0000 (14:35 +0200)
client/tsconfig.json

index e041769dd9c8a170f74ba3935ef37e8118e27d60..431ea7d91ba05946b0039b90a0db41ced37908db 100644 (file)
@@ -8,6 +8,7 @@
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "noImplicitAny": false,
+    "alwaysStrict": true,
     "target": "es5",
     "typeRoots": [
       "node_modules/@types"