We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8108c commit 74f452cCopy full SHA for 74f452c
.github/workflows/ci.yml
@@ -67,3 +67,6 @@ jobs:
67
68
# - name: Test types
69
# run: pnpm test:types
70
+
71
+ # - name: Test playground types
72
+ # run: pnpm test:types:playground
package.json
@@ -26,6 +26,7 @@
26
"lint": "eslint .",
27
"test": "vitest run",
28
"test:types": "vue-tsc --noEmit",
29
+ "test:types:playground": "cd playground && vue-tsc --noEmit",
30
"test:watch": "vitest watch"
31
},
32
"dependencies": {
0 commit comments