dashboard
repositories
filestore
activity
search
login
dg
/
dabaogp-agent-new
新大宝股票代理后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
11
jhzh
2025-10-30
0b0bb61067f570aa7af992418596d4fdc2cedc02
[dg/dabaogp-agent-new.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}