don't know what I did, I did a lot

Took 4 hours 33 minutes
This commit is contained in:
2025-05-21 10:27:20 +02:00
parent 64d211d9e8
commit bb60ed7a0c
45 changed files with 1829 additions and 590 deletions

View File

@ -16,8 +16,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},