chore: add forceConsistentCasingInFileNames to tsconfig

This commit is contained in:
Aric Camarata 2026-02-25 15:25:36 -05:00
parent a872c5b5ed
commit a846d93fe9

View file

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