仪表盘
版本库
文件存储
活动
搜索
登录
admin
/
dmvisit
分支自
productDev/dmvisit
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
ll
liukangdong
2024-09-23
e48a1c0389f8a5ee753a2550fc62a324a72b12f8
[~admin/dmvisit.git]
/
admin
/
jsconfig.json
1
2
3
4
5
6
7
8
9
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}