use strictNullChecks mode

This commit is contained in:
武田 憲太郎
2017-07-16 18:37:57 +09:00
parent ababb9cd46
commit e930438f4b
+1 -1
View File
@@ -7,7 +7,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"