Skip to content

Commit

Permalink
set target to es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
uap-universe committed Oct 24, 2023
1 parent 2e81586 commit b385ac3
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
Expand Up @@ -20,10 +20,10 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2018",
"target": "es2022",
"module": "es2020",
"lib": [
"es2018",
"es2022",
"dom"
]
},
Expand Down

0 comments on commit b385ac3

Please sign in to comment.