Skip to content

Commit d1637d7

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 (cherry picked from commit 865592e)
1 parent 407c3a3 commit d1637d7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

-1
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

-1
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

-1
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)