Skip to content

Commit

Permalink
Add node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jul 7, 2023
1 parent c197886 commit 1c00087
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Node-Target-Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ You can also use https://github.com/tsconfig/bases/ to find `tsconfig.json`s to

To update this file, you can use [node.green](https://node.green) to map to the different options in [microsoft/typescript@src/lib](https://github.com/Microsoft/TypeScript/tree/main/src/lib)

#### Node 20

```json
{
"compilerOptions": {
"lib": ["ES2023"],
"module": "commonjs",
"target": "ES2022"
}
}
```

#### Node 18

```json
Expand Down

0 comments on commit 1c00087

Please sign in to comment.