Skip to content

Commit

Permalink
Add Node 16 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 8, 2021
1 parent 2ba975c commit 8a71aff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions node16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 16",

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

"compilerOptions": {
"lib": ["es2021"],
"target": "es2021"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"base.json",
"node12.json",
"node14.json",
"node16.json",
"recommended.json"
],
"scripts": {
Expand Down

0 comments on commit 8a71aff

Please sign in to comment.