Skip to content

Commit

Permalink
fixing ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Aug 9, 2024
1 parent 94ae48f commit 39fc206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"skipLibCheck": true,

/* Bundler mode */
Expand Down

0 comments on commit 39fc206

Please sign in to comment.