From 93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 19:45:22 +0100 Subject: remove repurchase correlation id --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 1bff3f8fb..417068de3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "strictNullChecks": true, - "noImplicitAny": true + "noImplicitAny": true, + "alwaysStrict": true }, "files": [ "decl/chrome/chrome.d.ts", -- cgit v1.2.3