Skip to content

Commit

Permalink
feat: update target in tsconfig.json to es2020 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jan 31, 2024
1 parent 84c5f29 commit 18fbbf4
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
@@ -1,7 +1,7 @@
{
"ts-node": { "files": true },
"compilerOptions": {
"target": "es6",
"target": "es2020",
"module": "commonjs",
"moduleResolution": "Node",
"lib": ["ESNext", "ESNext.AsyncIterable", "DOM"],
Expand Down

0 comments on commit 18fbbf4

Please sign in to comment.