Skip to content

Commit

Permalink
feat: drop node12, use es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 22, 2022
1 parent 7b9a737 commit ac749e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typescript": "4.5.5"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"files": [
"/lib",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"./src"
],
"strict": true,
"target": "es2019",
"lib": ["es2019"],
"target": "es2020",
"lib": ["es2020"],
"allowSyntheticDefaultImports": true
},
"include": [
Expand Down

0 comments on commit ac749e3

Please sign in to comment.