dashboard
repositories
filestore
activity
search
login
hf
/
dadang
大单
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码迁移推送
zj
2024-06-03
5efdddaa457d8d845ca200e7d5a1cabdff8b85fb
[hf/dadang.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}