diff --git a/tsconfig.json b/tsconfig.json index 7b7329f..8ba3503 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "noImplicitAny": true, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, - "noUnusedLocals": true + "noUnusedLocals": true, + "noFallthroughCasesInSwitch": true } -} \ No newline at end of file +}