chore: deploy vue-tsc for client typecheck (#9341)
This commit is contained in:

committed by
GitHub

parent
bb3d274db6
commit
b6995f6e4b
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user