10000 fix(vitest): allow to typecheck tests by cexbrayat · Pull Request #47 · vuejs/create-vue · GitHub
[go: up one dir, main page]

Skip to content

fix(vitest): allow to typecheck tests #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(vitest): allow to typecheck tests
  • Loading branch information
cexbrayat committed Feb 10, 2022
commit 7442a3e09bb895fb4a71d4327739fd1fb3341ca0
3 changes: 3 additions & 0 deletions template/tsconfig/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"scripts": {
"typecheck": "vue-tsc --noEmit && vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"devDependencies": {
"@types/jsdom": "^16.2.14"
}
Expand Down
0