allowUnusedLabels

This commit is contained in:
Scott Anderson
2025-04-06 16:06:49 -04:00
parent 99a01ace4f
commit 23741ad99f
+1
View File
@@ -14,6 +14,7 @@
// Type Checking
"allowSyntheticDefaultImports": true,
"allowUnusedLabels": false,
"esModuleInterop": true,
"experimentalDecorators": true,
"resolveJsonModule": true,