Chore: Enable strict Typescript checks (#41198)

* Chore: Enable strict Typescript checking

* Chore: Remove old strict budget checks
This commit is contained in:
Josh Hunt
2021-11-02 15:23:44 +00:00
committed by GitHub
parent eb223a6645
commit 14ddb2939c
5 changed files with 2 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
"outDir": "public/dist",
"rootDirs": ["public/"],
"allowJs": true,
"strictNullChecks": true,
"strict": true,
"resolveJsonModule": true,
"useUnknownInCatchVariables": false
},