Skip to content

Commit

Permalink
update base.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Jan 20, 2025
1 parent 2156867 commit 7eb9cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tsconfig-reference/scripts/schema/vendor/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
"newLine": {
"description": "Set the newline character for emitting files.",
"type": "string",
"default": "lf",
"anyOf": [
{
"enum": [
Expand Down Expand Up @@ -658,7 +659,7 @@
"forceConsistentCasingInFileNames": {
"description": "Ensure that casing is correct in imports.",
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Ensure that casing is correct in imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#forceConsistentCasingInFileNames"
},
"generateCpuProfile": {
Expand Down

0 comments on commit 7eb9cf8

Please sign in to comment.