From 997ce2a09797ae05dc8d37f770aa0c528d3c5dbc Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Wed, 25 Feb 2026 15:25:32 -0500 Subject: [PATCH] chore: add forceConsistentCasingInFileNames to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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,