diff --git a/server/tsconfig.json b/server/tsconfig.json index 481afc598..235f8a129 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -6,6 +6,7 @@ "noImplicitAny": true, "alwaysStrict": true, "strictBindCallApply": true, + "noFallthroughCasesInSwitch": true, "outDir": "./dist", "esModuleInterop": true, "moduleResolution": "NodeNext",