公告板
版本库
filestore
活动
搜索
登录
main
/
power-test
公司内部电源前端平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目提交
whychdw
2024-12-02
ec054b1f37e4863074069fe686d82e20c435f9c1
[power-test.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}