Skip to content

Commit

Permalink
feat: add node20 config
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 10, 2024
1 parent 44dac22 commit 0ae41d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions node20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 20",

"extends": "./base.json",

"compilerOptions": {
"lib": ["es2023"],
"target": "es2022",
}
}

0 comments on commit 0ae41d6

Please sign in to comment.