re-enable this for compile time

This commit is contained in:
rhpidfyre 2025-02-23 14:25:21 -05:00
parent 667dd7d662
commit 8a2ebb3ef4

View File

@ -15,7 +15,7 @@
/* Linting */
"strict": true,
// "noUnusedLocals": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"noImplicitAny": true,