Skip to content

Commit 57c941e

Browse files
committed
chore: fix vue jsx types
1 parent 436868d commit 57c941e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"resolveJsonModule": true,
1111
"esModuleInterop": true,
1212
"jsx": "preserve",
13+
"jsxImportSource": "vue",
1314
"types": ["vitest/globals"],
1415
"skipLibCheck": true,
1516
"paths": {

0 commit comments

Comments
 (0)