Skip to content

Commit

Permalink
Merge pull request #311 from micalevisk/patch-1
Browse files Browse the repository at this point in the history
enable `forceConsistentCasingInFileNames` for tsc compiler options
  • Loading branch information
kamilmysliwiec authored Oct 16, 2024
2 parents de7d192 + 11e7eeb commit ed24d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}

0 comments on commit ed24d8c

Please sign in to comment.