Skip to content

Commit

Permalink
feat: change target in tsconfig to ESNEXT
Browse files Browse the repository at this point in the history
BREAKING CHANGE: target esm version changed
  • Loading branch information
tada5hi committed Nov 25, 2024
1 parent 710d428 commit f97171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"moduleResolution": "Node",
"moduleDetection": "force",

"target": "ES2022",
"target": "ESNext",
"lib": [
"DOM",
"DOM.Iterable",
Expand Down

0 comments on commit f97171a

Please sign in to comment.