dashboard
repositories
filestore
activity
search
login
admin
/
dabao_wap
forked from
dg/dabao_wap
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
111
zzzz
2024-04-19
bfb40fbb48cffd2bd996aed21abb44a497115272
[~admin/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"
]
}