Skip to content

Commit

Permalink
Enable lib for Array.fromAsync and Iterator helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
everett1992 authored Jan 15, 2025
1 parent 7522ff8 commit c24dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bases/node22.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"_version": "22.0.0",

"compilerOptions": {
"lib": ["es2023"],
"lib": ["es2023", "esnext.iterator", "esnext.array"],
"module": "node16",
"target": "es2022",

Expand Down

0 comments on commit c24dd7c

Please sign in to comment.