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 */ /* Linting */
"strict": true, "strict": true,
"noUnusedLocals": true, "noUnusedLocals": false,
"noUnusedParameters": true, "noUnusedParameters": false,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
/* Path mapping (modern approach) */ /* Path mapping (modern approach) */