Turn on strictNullChecks

This commit is contained in:
icosahebron
2017-06-16 17:59:23 -07:00
parent ecf33b2b97
commit 641b8d3110

View File

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