From 01c58e812e1faae6aacfd2a44ab8de344a3b466e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 16:31:11 +0200 Subject: be always very strict (recently added to typescript) --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 67bb4f847..a97c8f2b6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,9 +12,8 @@ ], "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "strictNullChecks": true, - "noImplicitAny": true, - "alwaysStrict": true + "strict": true, + "noImplicitAny": true }, "files": [ "decl/chrome/chrome.d.ts", -- cgit v1.2.3