Skip to content

Commit

Permalink
chore: add usage for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
vglebovich-lmru committed Jun 25, 2024
1 parent ef96648 commit f7af03a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ yarn add -D @byndyusoft/tsconfig

Add to your `tsconfig.json`:

### Node 16

```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.node16.json"
Expand All @@ -37,7 +39,7 @@ or
}
```

or
### Node 18

```json
{
Expand All @@ -53,6 +55,23 @@ or
}
```

### Node 20

```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.node20.json"
}
```

or

```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.app.node20.json"
}

```

## Maintainers

- [@Byndyusoft/owners](https://github.com/orgs/Byndyusoft/teams/owners) <<[email protected]>>
Expand Down

0 comments on commit f7af03a

Please sign in to comment.