Skip to content

Commit

Permalink
chore: fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Mar 28, 2024
1 parent 4df7929 commit c89076c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 26 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"unbuild": "^2.0.0",
"vite": "^5.0.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
"vitest": "^0.34.6",
"vue": "^3.4.21"
}
}
17 changes: 0 additions & 17 deletions packages/tsx-auto-props/test/__fixtures__/tsconfig.json

This file was deleted.

22 changes: 14 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ES2018",
"jsx": "preserve",
"jsxImportSource": "vue",
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Node",
Expand Down

0 comments on commit c89076c

Please sign in to comment.