diff --git a/tsconfig.json b/tsconfig.json index bda772735..a219990ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,8 @@ "allowJs": true, "isolatedModules": true, "noUnusedLocals": true, + "noFallthroughCasesInSwitch": true, + "noUncheckedSideEffectImports": true, "moduleResolution": "Bundler", "resolveJsonModule": true, "esModuleInterop": true,