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