Re-enforce nullchecks

This commit is contained in:
danford
2018-12-06 15:51:13 +11:00
parent fa958ebb69
commit 4facac4648

View File

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