mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Change tsc to vue-tsc in package.json
This commit is contained in:
parent
e711148b70
commit
c11628163f
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user