From 5b3f86dd80d0cd1abc4fbe83cac4b00bfe6e96b6 Mon Sep 17 00:00:00 2001 From: BO41 Date: Mon, 15 Oct 2018 14:35:18 +0200 Subject: add alwaysStrict flag to client/tsconfig.json (#1280) --- client/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'client') 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" -- cgit v1.2.3