Skip to content

Commit

Permalink
chore: change target to ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
uzmoi committed Sep 17, 2021
1 parent dca1f0c commit 1ca558c
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 @@ -5,7 +5,7 @@
"moduleResolution": "node",
"esModuleInterop": true,
"module": "ES2015",
"target": "ES2018",
"target": "ES2020",
"strict": true,
"importsNotUsedAsValues": "error",
"declaration": true,
Expand Down

0 comments on commit 1ca558c

Please sign in to comment.