Star
4
Fork
13
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
342
分析
项目设置
Star
4
Fork
13
master
colocation-website
/
jsconfig.json
下载
yangxt65535
fix: ide indexing config
2b1d8640
创建于
2025年9月15日
历史提交
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"src/*"
]
}
}
}