Dateien nach "web_app" hochladen

This commit is contained in:
Manuel Kamper 2024-08-20 20:44:38 +02:00
parent 850558221e
commit 8c6d9188a7

View File

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