Skip to content

Commit

Permalink
Change target to ESNext in modify position example
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-S-A-W committed Dec 18, 2023
1 parent 41856b1 commit e7db940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3-sdk/modifying-position/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ESNext",
"lib": [
"dom",
"dom.iterable",
Expand Down

0 comments on commit e7db940

Please sign in to comment.