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,