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