Change tsc to vue-tsc in package.json

This commit is contained in:
timongh 2023-06-29 12:09:32 +08:00
parent e711148b70
commit c11628163f

View File

@ -11,7 +11,7 @@
"build-github-config": "ts-node ./.github-json/index.ts",
"lint": "eslint --quiet --fix . --ext .ts,.vue",
"lint-check": "eslint . --ext .ts,.vue",
"type": "tsc -p tsconfig.type-check.json --noEmit"
"type": "vue-tsc -p tsconfig.type-check.json --noEmit"
},
"devDependencies": {
"@babel/core": "7.20.12",