diff --git a/tsconfig.json b/tsconfig.json index 0546665..fbdd6ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": false }, "include": ["src", "src/custom.d.ts"] }