chore: add forceConsistentCasingInFileNames to tsconfig

This commit is contained in:
Aric Camarata 2026-02-25 15:25:32 -05:00
parent a20f4d62c4
commit 997ce2a097

View file

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