Skip to content

Commit 8712eaf

Browse files
VoltrexKeyvatargos
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 cf48db0 commit 8712eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"vm": ["./lib/vm.js"],
9595
"wasi": ["./lib/wasi.js"],
9696
"worker_threads": ["./lib/worker_threads.js"],
97-
"zlib": ["./lib/zlib.js"],
97+
"zlib": ["./lib/zlib.js"]
9898
}
9999
}
100100
}

0 commit comments

Comments
 (0)