Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d078d66

Browse filesBrowse files
VoltrexKeyvaMoLow
authored andcommitted
typings: fix syntax error in tsconfig
Trailing commas are invalid in JSON files. PR-URL: #47584 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 71fb476 commit d078d66
Copy full SHA for d078d66

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tsconfig.json‎

Copy file name to clipboardExpand all lines: tsconfig.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"vm": ["./lib/vm.js"],
9494
"wasi": ["./lib/wasi.js"],
9595
"worker_threads": ["./lib/worker_threads.js"],
96-
"zlib": ["./lib/zlib.js"],
96+
"zlib": ["./lib/zlib.js"]
9797
}
9898
}
9999
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.