diff --git a/tsconfig.json b/tsconfig.json index e05618c..e89eff8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "ESNext", "moduleResolution": "bundler", "strict": true, + "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "declaration": true, "declarationMap": true,