set erasableSyntaxOnly to false so enums are activated

This commit is contained in:
2025-06-21 21:28:03 +02:00
parent a6b4bfcc14
commit ed69e09249

View File

@@ -19,7 +19,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"erasableSyntaxOnly": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},