Skip to content

Commit 052e658

Browse files
authored
feat: enable forceConsistentCasingInFileNames for 'application' template
1 parent a6b1074 commit 052e658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/application/files/ts/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"outDir": "./dist",
1212
"baseUrl": "./",
1313
"incremental": true,
14+
"forceConsistentCasingInFileNames": true,
1415
"skipLibCheck": true,
1516
"strictNullChecks": <%= strict %>,
1617
"noImplicitAny": <%= strict %>,

0 commit comments

Comments
 (0)