Skip to content

Commit

Permalink
Set Node 18 back to ES2022 lib (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jan 13, 2025
1 parent 40ebdf5 commit 251bb9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Node-Target-Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ To update this file, you can use [node.green](https://node.green) to map to the
```json
{
"compilerOptions": {
"lib": ["ES2023"],
"lib": ["ES2022"],
"module": "node16",
"target": "ES2022"
}
}
```

Note: All versions of Node 18 support all ES2023 runtime features, so `lib` can be safely set to `ES2023`.

#### Node 16

```json
Expand Down

0 comments on commit 251bb9b

Please sign in to comment.