diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 02f2bf5c7..16946c21c 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -14,7 +14,9 @@ "strictNullChecks": true, "skipLibCheck": false, "noImplicitReturns": true, - "noPropertyAccessFromIndexSignature": true + "noPropertyAccessFromIndexSignature": true, + "noFallthroughCasesInSwitch": true, + "forceConsistentCasingInFileNames": true }, "ts-node": { "files": true