dashboard
repositories
filestore
activity
search
login
admin
/
dabao_wap
forked from
dg/dabao_wap
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
部门要增加印股
dcc
2024-05-23
e8b9f823dd93329eed3e9dc9a2964ac53734f4ee
[~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"
]
}