Skip to content

Commit

Permalink
add forceConsistentCasingInFileNames
Browse files Browse the repository at this point in the history
  • Loading branch information
grommir committed Jul 18, 2024
1 parent 6bf9151 commit d608319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["./node_modules/@types"],
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "cdk.out"]
}

0 comments on commit d608319

Please sign in to comment.