chore: deploy vue-tsc for client typecheck (#9341)

This commit is contained in:
Kagami Sascha Rosylight 2022-12-18 15:32:54 +09:00 committed by GitHub
parent bb3d274db6
commit b6995f6e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 110 additions and 6 deletions

View file

@ -4,7 +4,7 @@
"scripts": {
"watch": "vite build --watch --mode development",
"build": "vite build",
"lint": "tsc --noEmit && eslint --quiet \"src/**/*.{ts,vue}\""
"lint": "vue-tsc --noEmit && eslint --quiet \"src/**/*.{ts,vue}\""
},
"dependencies": {
"@discordapp/twemoji": "14.0.2",
@ -85,6 +85,7 @@
"rollup": "3.7.2",
"start-server-and-test": "1.15.2",
"vite": "3.2.5",
"vue-eslint-parser": "^9.1.0"
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.13"
}
}