Add typecheck npm script to app (#18461)

This commit is contained in:
Rijk van Zanten
2023-05-03 12:48:13 -04:00
committed by GitHub
parent f8c52a2d02
commit fa8ae2e539
2 changed files with 143 additions and 1 deletions

View File

@@ -25,7 +25,8 @@
"build-storybook": "storybook build",
"dev": "vite --clearScreen false",
"storybook": "storybook dev -p 6006",
"test": "vitest --watch=false"
"test": "vitest --watch=false",
"typecheck": "vue-tsc --noEmit -p tsconfig.json"
},
"devDependencies": {
"@babel/core": "7.21.4",
@@ -130,6 +131,7 @@
"vue": "3.2.47",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
"vue-tsc": "1.6.3",
"vuedraggable": "4.1.0",
"webpack": "5.80.0",
"wellknown": "0.5.0"