Enable forceConsistentCasingInFileNames flag (#114334)

This commit is contained in:
Wenlu Wang 2021-01-15 03:25:11 +08:00 committed by GitHub
parent 6525b42f47
commit c8a6ddba9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"forceConsistentCasingInFileNames": true
}
}