Skip to content

Commit

Permalink
Fix md
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 31, 2024
1 parent 80e42a5 commit c9f41a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Add to your `tsconfig.json`:
```json
"extends": "@tsconfig/next/tsconfig.json"
```
### Node LTS <kbd><a href="./bases/node-lts.json">tsconfig.json</a></kbd>
### Node LTS (22) <kbd><a href="./bases/node-lts.json">tsconfig.json</a></kbd>

Install:

Expand Down
2 changes: 1 addition & 1 deletion bases/node-lts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Equivalent to a config of: node22
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 22",
"display": "Node LTS (22)",
"_version": "22.11.0",

"compilerOptions": {
Expand Down

0 comments on commit c9f41a6

Please sign in to comment.