Skip to content

Commit

Permalink
fix(vue): fix component types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato committed Dec 10, 2024
1 parent 3b7919e commit 6cd8a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"experimentalDecorators": true,
"esModuleInterop": true,
"lib": ["dom", "es2020"],
"module": "es2015",
"moduleResolution": "node",
"module": "ESNext",
"moduleResolution": "bundler",
"noImplicitAny": true,
"noImplicitReturns": false,
"noUnusedLocals": true,
Expand Down

0 comments on commit 6cd8a25

Please sign in to comment.