Skip to content

Commit 7442a3e

Browse files
committed
fix(vitest): allow to typecheck tests
1 parent 307e19f commit 7442a3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/tsconfig/vitest/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"scripts": {
3+
"typecheck": "vue-tsc --noEmit && vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
4+
},
25
"devDependencies": {
36
"@types/jsdom": "^16.2.14"
47
}

0 commit comments

Comments
 (0)