Skip to content

Commit

Permalink
🔧 Add forceConsistentCasingInFileNames in compilerOptions (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick authored Feb 11, 2022
1 parent 1e63bc0 commit 2212e35
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
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"noImplicitAny": true,
"rootDir": "./src",
Expand Down

0 comments on commit 2212e35

Please sign in to comment.