dashboard
repositories
filestore
activity
search
login
dg
/
dabao_wap
大宝移动端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
2
PC-20250623MANY\Administrator
2025-08-11
f0406e82daae784e66b5740f96b4fe336249e1bc
[dg/dabao_wap.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"
]
}