Fixed a number of warnings

This commit is contained in:
2023-05-12 21:04:39 +02:00
parent fdbb661c17
commit 23cd7bca8d
2 changed files with 2 additions and 4 deletions

View File

@@ -15,8 +15,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"]