dashboard
repositories
filestore
activity
search
login
dg
/
dabao_wap
大宝移动端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
no message
jhzh
2024-09-28
1cdd7b754a7b112d36c4e84bb45309dc81f4505e
[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"
]
}