dashboard
repositories
filestore
activity
search
login
html
/
qyp/qyp_plat
权益品项目后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
后台管理代码
zhaoxiaoqiang
2023-09-05
5749770d6d8fc6f98e68868f98e00eeb87b633d2
[html/qyp/qyp_plat.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}