diff --git a/tsconfig.base.json b/tsconfig.base.json index ce9bcc1..153b708 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -12,6 +12,7 @@ "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, + "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true