chore: add forceConsistentCasingInFileNames to tsconfig

This commit is contained in:
Aric Camarata 2026-02-25 15:25:39 -05:00
parent c59197d7e6
commit 73f0d874e0

View file

@ -4,6 +4,7 @@
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,