strictNullChecks turn on

This commit is contained in:
sanjaymadane
2017-08-17 09:34:23 +08:00
parent c8e6e26515
commit e3cd24ccb2

View File

@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"