mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-21 04:36:22 +08:00
chore: add vue-tsc deps
This commit is contained in:
parent
5b3f772a87
commit
e5b54aaf42
@ -33,7 +33,8 @@
|
||||
"build:mp-weixin": "uni build -p mp-weixin",
|
||||
"build:quickapp-webview": "uni build -p quickapp-webview",
|
||||
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
|
||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
||||
"type-check": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dcloudio/uni-app": "3.0.0-alpha-3061420221216001",
|
||||
@ -59,6 +60,7 @@
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3061420221216001",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"typescript": "^4.9.4",
|
||||
"vite": "4.0.3"
|
||||
"vite": "4.0.3",
|
||||
"vue-tsc": "^1.0.24"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user