compiling allowed unused values

This commit is contained in:
2025-10-25 13:32:01 +02:00
parent aa1a2d4d72
commit 23acd88ced

View File

@@ -17,8 +17,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
/* Path mapping (modern approach) */