公告板
版本库
filestore
活动
搜索
登录
main
/
fg-mobile
成都石化app
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化接口对接
whyczyk
2022-01-21
79a83e65d83af63493e15de3b7a197cd4e227f98
[fg-mobile.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}