Merge pull request #311 from micalevisk/patch-1

enable `forceConsistentCasingInFileNames` for tsc compiler options
This commit is contained in:
Kamil Mysliwiec 2024-10-16 12:03:10 +02:00 committed by GitHub
commit ed24d8cbac
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
}
}