1 Star 1 Fork 0

Punch/在线医疗问诊-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 362 Bytes
一键复制 编辑 原始数据 按行查看 历史
Punch 提交于 2023-07-28 21:48 . 项目初步构建
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"typeRoots": ["node_modules/@types"]
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/PunchOvO/online-medical.git
git@gitee.com:PunchOvO/online-medical.git
PunchOvO
online-medical
在线医疗问诊-mobile
punch

搜索帮助