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",
"moduleResolution": "bundler",
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,