Skip to content

Commit

Permalink
Enable forceConsistentCasingInFileNames in bun init
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Dec 24, 2023
1 parent ead3bdf commit 09d5148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/tsconfig-for-init.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/* Linting */
"skipLibCheck": true,
"strict": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
}
}

0 comments on commit 09d5148

Please sign in to comment.