Enable strict (HUZZAH\!)

This commit is contained in:
junderw 2018-12-29 10:38:22 +09:00
parent 9955c3c082
commit 180f9ec958
No known key found for this signature in database
GPG key ID: B256185D3A971908

View file

@ -8,7 +8,7 @@
"node"
],
"allowJs": false,
"strict": false,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,