Set "strictNullChecks" true.

This commit is contained in:
Rafael S. Fijalkowski
2018-02-07 22:00:59 -06:00
committed by Justin Simms
parent c447ab3de3
commit ab78281950
+1 -1
View File
@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": [