Skip to content

Commit

Permalink
refactor: remove forceConsistentCasingInFileNames from tsconfig files
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 committed Mar 14, 2024
1 parent 407c3a3 commit d1637d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",<% if (strict) { %>
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down
1 change: 0 additions & 1 deletion tests/legacy-cli/e2e/assets/15.0-project/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down

0 comments on commit d1637d7

Please sign in to comment.