dashboard
repositories
filestore
activity
search
login
main
/
jys-MT10-pc
交易所前端蓝色ui 4.5 jiem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改: k线组件问题
jhzh
2025-04-19
1ea8924144ca38d1b9f85e225b3553e091a55dbe
[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"
]
}
}