Skip to content

Commit c89076c

Browse files
committed
chore: fix typecheck
1 parent 4df7929 commit c89076c

File tree

4 files changed

+17
-26
lines changed

4 files changed

+17
-26
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"unbuild": "^2.0.0",
2626
"vite": "^5.0.2",
2727
"vite-tsconfig-paths": "^4.2.1",
28-
"vitest": "^0.34.6"
28+
"vitest": "^0.34.6",
29+
"vue": "^3.4.21"
2930
}
3031
}

packages/tsx-auto-props/test/__fixtures__/tsconfig.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "ES2018",
44
"jsx": "preserve",
5+
"jsxImportSource": "vue",
56
"lib": ["ESNext"],
67
"module": "ESNext",
78
"moduleResolution": "Node",

0 commit comments

Comments
 (0)