dashboard
repositories
filestore
activity
search
login
dg
/
dabao_pc
大宝pc端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
PC-20250623MANY\Administrator
2025-08-25
fc7a4185b2bd470a8d3b99c090af7b1e6e5e2ca9
[dg/dabao_pc.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}