Skip to content

Commit d078d66

Browse files
VoltrexKeyvaMoLow
authored andcommitted
typings: fix syntax error in tsconfig
Trailing commas are invalid in JSON files. PR-URL: #47584 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 71fb476 commit d078d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines 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)