Skip to content

Commit

Permalink
Merge pull request #1905 from nestjs/revert-1899-patch-1
Browse files Browse the repository at this point in the history
Revert "feat: enable `forceConsistentCasingInFileNames` for 'application' template"
  • Loading branch information
kamilmysliwiec authored Oct 17, 2024
2 parents f812095 + 8b4e2ec commit 5fee5b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/application/files/ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strictNullChecks": <%= strict %>,
"noImplicitAny": <%= strict %>,
Expand Down

0 comments on commit 5fee5b0

Please sign in to comment.