Skip to content

Commit

Permalink
ES2023 is 100% supported in Node.js 20 on node.green
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 11, 2024
1 parent 5a1c915 commit 40ebdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node-Target-Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To update this file, you can use [node.green](https://node.green) to map to the
"compilerOptions": {
"lib": ["ES2023"],
"module": "node16",
"target": "ES2022"
"target": "ES2023"
}
}
```
Expand Down

0 comments on commit 40ebdf5

Please sign in to comment.