Star
1
Fork
20
代码
介绍
代码
Issues
41
Pull Requests
6
流水线
Actions
讨论
Wiki
项目成员
344
分析
项目设置
Star
1
Fork
20
master
console-website
/
jsconfig.json
下载
yangxt65535
feat: supports IDE resolving imports with vite alias
e4169c4b
创建于
2024年5月10日
历史提交
{
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"paths"
:
{
"@/*"
:
[
"src/*"
]
}
}
}