Skip to content

Commit

Permalink
feat: enable forceConsistentCasingInFileNames for 'application' tem…
Browse files Browse the repository at this point in the history
…plate
  • Loading branch information
micalevisk authored Oct 14, 2024
1 parent a6b1074 commit 052e658
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 052e658

Please sign in to comment.