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: nodejs#47584 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 71fb476 commit d078d66

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