公告板
版本库
filestore
活动
搜索
登录
main
/
VUE_Template
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fixed
zrlibs
2025-03-21
cd24c776d772c7ad797891afd779b3b072293ec2
[VUE_Template.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}