You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tsconfig-reference/scripts/schema/result/schema.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,7 @@
396
396
"newLine": {
397
397
"description": "Set the newline character for emitting files.",
398
398
"type": "string",
399
+
"default": "lf",
399
400
"anyOf": [
400
401
{
401
402
"enum": ["crlf", "lf"]
@@ -641,7 +642,7 @@
641
642
"forceConsistentCasingInFileNames": {
642
643
"description": "Ensure that casing is correct in imports.",
643
644
"type": "boolean",
644
-
"default": false,
645
+
"default": true,
645
646
"markdownDescription": "Ensure that casing is correct in imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#forceConsistentCasingInFileNames"
Copy file name to clipboardExpand all lines: packages/tsconfig-reference/scripts/schema/vendor/base.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -376,6 +376,7 @@
376
376
"newLine": {
377
377
"description": "Set the newline character for emitting files.",
378
378
"type": "string",
379
+
"default": "lf",
379
380
"anyOf": [
380
381
{
381
382
"enum": [
@@ -658,7 +659,7 @@
658
659
"forceConsistentCasingInFileNames": {
659
660
"description": "Ensure that casing is correct in imports.",
660
661
"type": "boolean",
661
-
"default": false,
662
+
"default": true,
662
663
"markdownDescription": "Ensure that casing is correct in imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#forceConsistentCasingInFileNames"
0 commit comments