公告板
版本库
filestore
活动
搜索
登录
web
/
SchedulingDashboard
排程看板
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
工艺参数报错内容处理
haoxuan
2023-09-28
5f995a37aa94d0db1e8d03e0c3ea005a8b297f9b
[web/SchedulingDashboard.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}