diff --git a/tsconfig.json b/tsconfig.json index 0546665..1adce99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,8 +20,7 @@ "allowSyntheticDefaultImports": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, - "forceConsistentCasingInFileNames": true + "noFallthroughCasesInSwitch": true }, "include": ["src", "src/custom.d.ts"] }