From 23741ad99f58eede530a9266241d44d51f85d2a0 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Sun, 6 Apr 2025 16:06:49 -0400 Subject: [PATCH] allowUnusedLabels --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c1773f9b3..7fe88ae8e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ // Type Checking "allowSyntheticDefaultImports": true, + "allowUnusedLabels": false, "esModuleInterop": true, "experimentalDecorators": true, "resolveJsonModule": true,