fix: ts 项目默认去除微信小程序和支付宝小程序 types

This commit is contained in:
qiang
2019-08-28 17:32:03 +08:00
parent ceaa7a097b
commit ba1c6033d0
3 changed files with 7 additions and 9 deletions
+4 -4
View File
@@ -39,9 +39,7 @@ module.exports = (api, options, rootOptions) => {
'@dcloudio/uni-helper-json': '*'
},
devDependencies: {
'postcss-comment': '^2.0.0',
'miniprogram-api-typings': '^2.8.0-2',
'mini-types': '*'
'postcss-comment': '^2.0.0'
}
}
})
@@ -50,7 +48,9 @@ module.exports = (api, options, rootOptions) => {
return {
devDependencies: {
'@types/uni-app': '*',
'@types/html5plus': '*'
'@types/html5plus': '*',
'miniprogram-api-typings': '^2.8.0-2',
'mini-types': '*'
}
}
})