Skip to content

Commit 251bb9b

Browse files
authored
Set Node 18 back to ES2022 lib (microsoft#343)
1 parent 40ebdf5 commit 251bb9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Node-Target-Mapping.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ To update this file, you can use [node.green](https://node.green) to map to the
2424
```json
2525
{
2626
"compilerOptions": {
27-
"lib": ["ES2023"],
27+
"lib": ["ES2022"],
2828
"module": "node16",
2929
"target": "ES2022"
3030
}
3131
}
3232
```
3333

34-
Note: All versions of Node 18 support all ES2023 runtime features, so `lib` can be safely set to `ES2023`.
35-
3634
#### Node 16
3735

3836
```json

0 commit comments

Comments
 (0)