chore: add typecheck script

This commit is contained in:
三咲智子 2022-12-03 13:31:58 +08:00
parent 75f3616b7c
commit cc945c4827
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 62 additions and 4 deletions

View file

@ -13,6 +13,7 @@
"prepare": "esno scripts/prepare.ts",
"generate": "nuxi generate",
"test:unit": "vitest",
"test:typecheck": "vue-tsc --noEmit",
"test": "nr test:unit",
"postinstall": "nuxi prepare && simple-git-hooks"
},
@ -77,6 +78,7 @@
"vite-plugin-inspect": "^0.7.9",
"vitest": "^0.25.3",
"vue-safe-teleport": "^0.1.1",
"vue-tsc": "^1.0.11",
"vue-virtual-scroller": "2.0.0-beta.3"
},
"simple-git-hooks": {