Enable forceConsistentCasingInFileNames by default

This commit is contained in:
Joe Haddad
2018-10-24 17:31:19 -04:00
parent 021f7e502f
commit 3aa5c505e8

View File

@@ -98,6 +98,7 @@ function verifyTypeScriptSetup() {
esModuleInterop: { suggested: true },
allowSyntheticDefaultImports: { suggested: true },
strict: { suggested: true },
forceConsistentCasingInFileNames: { suggested: true },
// These values are required and cannot be changed by the user
module: {