From: BO41 Date: Mon, 15 Oct 2018 12:35:18 +0000 (+0200) Subject: add alwaysStrict flag to client/tsconfig.json (#1280) X-Git-Tag: v1.1.0-alpha.1~13 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6;p=github%2FChocobozzz%2FPeerTube.git add alwaysStrict flag to client/tsconfig.json (#1280) --- diff --git a/client/tsconfig.json b/client/tsconfig.json index e041769dd..431ea7d91 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -8,6 +8,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": false, + "alwaysStrict": true, "target": "es5", "typeRoots": [ "node_modules/@types"