公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#平库入库功能
skyouc
2025-01-04
3c52f39678034ce21c1158a01b4885e3afde4443
[zy-asrs-master.git]
/
zy-asrs-admin
/
jsconfig.json
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}