公告板
版本库
filestore
活动
搜索
登录
main
/
fg-plus
fg前台项目重构
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 苏州地铁首页相关修改
he wei
2025-05-14
90f6e71942aebdc6050a63d9d21af64bc704608f
[fg-plus.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}