From ff0238385fac58f7b889645aded42b354d1c47ca 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 b7e9ae0e..c38b2a5f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "preserveConstEnums": true, "removeComments": false, "sourceMap": true, + "strictNullChecks": true, "suppressImplicitAnyIndexErrors": false, "target": "ES2015" },