仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
Web.PHM.V1
PHM故障诊断(WEB前端):已废弃
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加预览菜单表格详情弹框
tanghaolin
2023-01-11
50ad0a40d942624f7fcdfa8af3bc67d656a747a3
[IStation/Web.PHM.V1.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}