modify strictNullChecks to true

This commit is contained in:
lavyun
2017-09-17 19:30:26 +08:00
parent f35589aa0d
commit eeb4b8754e

View File

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