Skip to content

Commit

Permalink
feat: update es versions (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Apr 20, 2023
1 parent 66e918d commit 415952c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "es2015",
"target": "es2020",
"module": "es2020",
"moduleResolution": "node",
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 415952c

Please sign in to comment.