Skip to content

Commit 865592e

Browse files
committed
refactor: remove forceConsistentCasingInFileNames from tsconfig files
This option is enabled by default and hence it does not need to be specified. See: https://www.typescriptlang.org/tsconfig#forceConsistentCasingInFileNames
1 parent 0152ab9 commit 865592e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compileOnSave": false,
44
"compilerOptions": {
55
"outDir": "./dist/out-tsc",<% if (strict) { %>
6-
"forceConsistentCasingInFileNames": true,
76
"strict": true,
87
"noImplicitOverride": true,
98
"noPropertyAccessFromIndexSignature": true,

tests/legacy-cli/e2e/assets/15.0-project/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"compilerOptions": {
55
"baseUrl": "./",
66
"outDir": "./dist/out-tsc",
7-
"forceConsistentCasingInFileNames": true,
87
"strict": true,
98
"noImplicitOverride": true,
109
"noPropertyAccessFromIndexSignature": true,

tests/legacy-cli/e2e/assets/17-ssr-project-webpack/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"compilerOptions": {
55
"baseUrl": "./",
66
"outDir": "./dist/out-tsc",
7-
"forceConsistentCasingInFileNames": true,
87
"strict": true,
98
"noImplicitOverride": true,
109
"noPropertyAccessFromIndexSignature": true,

0 commit comments

Comments
 (0)