1 Star 0 Fork 2

李枭/uniapp-vue3-ts-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
RJiazhen 提交于 2023-07-09 16:47 +08:00 . Initial commit
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
"lib": [
"esnext",
"dom"
],
"types": [
"@dcloudio/types",
"@uni-helper/uni-app-types",
"@uni-helper/uni-ui-types"
],
"ignoreDeprecations": "5.0",
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lxiaozz/uniapp-vue3-ts-template.git
git@gitee.com:lxiaozz/uniapp-vue3-ts-template.git
lxiaozz
uniapp-vue3-ts-template
uniapp-vue3-ts-template
main

搜索帮助