total-typescript / tsconfig

The simplest way to set up your tsconfig.json
https://www.totaltypescript.com/tsconfig-cheat-sheet
796 stars 12 forks source link

add forceConsistentCasingInFileNames #6

Closed rwu823 closed 4 months ago

rwu823 commented 4 months ago

Hi @mattpocock, have you contemplated setting this configuration as the default? This setting is quite beneficial for macOS systems that do not differentiate between file name case, making the import statement more rigorous and allowing for earlier detection of errors.

mattpocock commented 4 months ago

This is on by default since 5.0