From e3cc9c59bcc36eee8c3234574cfdfda3f5eea658 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 12 Sep 2016 17:41:12 +0200 Subject: stricter type checking --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 44814dec5..2df3b2ce8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,9 @@ "sourceMap": true, "noLib": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "strictNullChecks": true, + "noImplicitAny": true }, "files": [ "lib/i18n.ts", -- cgit v1.2.3