dashboard
repositories
filestore
activity
search
login
main
/
jys-MT10-pc
交易所前端蓝色ui 4.5 jiem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改: 保证金 、 手续费 字段展示
jhzh
2025-05-19
c5487881d04780e03f4dd86ed1606c587f2c7952
[jys-MT10-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"
]
}
}