Skip to content

Commit

Permalink
bump typescript target to es2021
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed May 19, 2023
1 parent 4577a6b commit e91ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "dist",
"baseUrl": ".",

"target": "es2018",
"target": "es2021",
"module": "esnext",
"moduleResolution": "node",
"lib": ["esnext"],
Expand Down

0 comments on commit e91ec37

Please sign in to comment.