enable `forceConsistentCasingInFileNames` for tsc compiler options

This commit is contained in:
Micael Levi L. Cavalcante 2024-10-12 11:13:28 -04:00 committed by GitHub
parent de7d1929e9
commit 11e7eeb6fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}