strictNullChecks = true

This commit is contained in:
Christian Chown 2018-03-21 12:27:59 +00:00
parent 1ad2b822af
commit ea9dfd9bdd

View File

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