mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
typings: fix syntax error in tsconfig
Trailing commas are invalid in JSON files. PR-URL: https://github.com/nodejs/node/pull/47584 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
4f5bb1a75a
commit
ae8df42a51
@ -94,7 +94,7 @@
|
||||
"vm": ["./lib/vm.js"],
|
||||
"wasi": ["./lib/wasi.js"],
|
||||
"worker_threads": ["./lib/worker_threads.js"],
|
||||
"zlib": ["./lib/zlib.js"],
|
||||
"zlib": ["./lib/zlib.js"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user