Skip to content

Commit

Permalink
test: use explicit jsxImportSource for Vue core 3.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 25, 2023
1 parent bc3779c commit bb4d763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"strict": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit bb4d763

Please sign in to comment.