Quick and dirty strict checks

This commit is contained in:
2022-08-18 17:53:22 -04:00
parent 8899687c03
commit f17d18a903
28 changed files with 159 additions and 153 deletions

View File

@@ -8,7 +8,7 @@
"downlevelIteration": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"strict": false,
"strict": true,
"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "node",