Skip to content

Commit

Permalink
Merge pull request #1899 from micalevisk/patch-1
Browse files Browse the repository at this point in the history
feat: enable `forceConsistentCasingInFileNames` for 'application' template
  • Loading branch information
kamilmysliwiec authored Oct 16, 2024
2 parents 3779fd3 + 052e658 commit b1e1f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/application/files/ts/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,
"strictNullChecks": <%= strict %>,
"noImplicitAny": <%= strict %>,
Expand Down

0 comments on commit b1e1f8f

Please sign in to comment.