Skip to content

Commit

Permalink
typings: fix syntax error in tsconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
VoltrexKeyva authored and MoLow committed Jul 6, 2023
1 parent 71fb476 commit d078d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"vm": ["./lib/vm.js"],
"wasi": ["./lib/wasi.js"],
"worker_threads": ["./lib/worker_threads.js"],
"zlib": ["./lib/zlib.js"],
"zlib": ["./lib/zlib.js"]
}
}
}

0 comments on commit d078d66

Please sign in to comment.