Skip to content

Commit 566202f

Browse files
authored
Fix commas in JSON (#36497)
1 parent c42ef57 commit 566202f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/compiler/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66

77
"references": [
8-
{ "path": "../shims" },
8+
{ "path": "../shims" }
99
],
1010

1111
"files": [
@@ -68,6 +68,6 @@
6868
"watch.ts",
6969
"watchPublic.ts",
7070
"tsbuild.ts",
71-
"tsbuildPublic.ts",
71+
"tsbuildPublic.ts"
7272
]
7373
}

src/server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"types.ts",
1818
"utilitiesPublic.ts",
1919
"utilities.ts",
20-
"watchType.ts"
20+
"watchType.ts",
2121
"protocol.ts",
2222
"scriptInfo.ts",
2323
"typingsCache.ts",

0 commit comments

Comments
 (0)