Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7442a3e

Browse filesBrowse files
committed
fix(vitest): allow to typecheck tests
1 parent 307e19f commit 7442a3e
Copy full SHA for 7442a3e

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎template/tsconfig/vitest/package.json

Copy file name to clipboardExpand all lines: template/tsconfig/vitest/package.json
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.