公告板
版本库
filestore
活动
搜索
登录
main
/
yujiu_web
豫九官网
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of https://git.v-ji.com/git/r/yujiu_web
sric
2025-11-22
ad2d7318680fe3db299eb5eb3dd95a22a6789d75
[yujiu_web.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}