Browse Source

Enable strict (HUZZAH\!)

fixTypes
junderw 6 years ago
parent
commit
180f9ec958
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 2
      tsconfig.json

2
tsconfig.json

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

Loading…
Cancel
Save