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