hotfix-build (#1091)

* skip  "alwaysStrict": true

* bump to 3.3.2

* remove all new ts check to be sure
This commit is contained in:
Alex Christoffer Rasmussen
2024-06-17 11:44:44 +02:00
committed by GitHub
parent dcb6bfa62d
commit b7c48f38a9
6 changed files with 5 additions and 16 deletions
-11
View File
@@ -1,16 +1,5 @@
{
"compilerOptions": {
"alwaysStrict": true,
"strictNullChecks": false,
"strictBindCallApply": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"noImplicitAny": false,
"noImplicitThis": false,
"useUnknownInCatchVariables": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noFallthroughCasesInSwitch": true,
"target": "ESNext",
"module": "Node16",
"moduleResolution": "Node16",