This commit is contained in:
gcch 2026-03-31 10:21:00 +02:00
commit 8de937e801
9 changed files with 105 additions and 126 deletions

View file

@ -8,7 +8,6 @@
"allowUnusedLabels": false,
"alwaysStrict": true,
"checkJs": true,
"downlevelIteration": false,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
@ -26,7 +25,6 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"noPropertyAccessFromIndexSignature": true,
"noStrictGenericChecks": false,
"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": true,
"noUnusedLocals": true,