enable strictNullChecks

This commit is contained in:
Gilad Gray
2017-03-29 16:31:05 -07:00
parent e2be06066b
commit 8bd131f9fe

View File

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