Skip to content

Commit

Permalink
chore!: update target to es2021
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Aug 8, 2023
1 parent e690ac6 commit 42f55cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2019",
"lib": ["es2020", "esnext.bigint", "es2020.string", "es2020.symbol.wellknown", "dom", "es2021.promise"],
"target": "es2021",
"lib": ["es2021", "dom"],

"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit 42f55cb

Please sign in to comment.