Skip to content

Commit

Permalink
chore: use esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 27, 2023
1 parent cc7f12c commit ef71d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dom.iterable",
"es2017",
"es2020",
"es2021"
"es2021",
"esnext"
],
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit ef71d4c

Please sign in to comment.