From 9fdd5ef7c527874193e71e617ce85ae74ba4f7ab Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Tue, 22 Mar 2016 15:52:07 +0900 Subject: [PATCH] chore(TypeScript): Enable 'strictNullChecks' option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 27f27d67..02035895 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "preserveConstEnums": true, "removeComments": false, "sourceMap": true, + "strictNullChecks": true, "suppressImplicitAnyIndexErrors": false, "target": "ES2015" },