This commit is contained in:
nora 2025-12-07 20:40:06 +01:00
parent 464bdc2478
commit bb234cc0dd
3 changed files with 342 additions and 7 deletions

View file

@ -25,12 +25,9 @@
"exactOptionalPropertyTypes": true,
// Style Options
// "noImplicitReturns": true,
// "noImplicitOverride": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
// "noFallthroughCasesInSwitch": true,
// "noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noFallthroughCasesInSwitch": true,
// Recommended Options
"strict": true,