1 Star 0 Fork 417

VUE/小兔鲜儿-vue3+ts-uniapp-2023新版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
Megasu 提交于 2023-05-04 16:41 . chore: update deps
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom"],
"types": [
"@dcloudio/types",
"miniprogram-api-typings",
"@uni-helper/uni-app-types",
"@uni-helper/uni-ui-types"
]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kcxg_vue/uniapp-shop-vue3-ts.git
git@gitee.com:kcxg_vue/uniapp-shop-vue3-ts.git
kcxg_vue
uniapp-shop-vue3-ts
小兔鲜儿-vue3+ts-uniapp-2023新版
master

搜索帮助