dashboard
repositories
filestore
activity
search
login
main
/
jys-MT10-pc
交易所前端蓝色ui 4.5 jiem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
123
dengchaochao
2024-06-10
99f91d00f05d502bd51e2fbe16d2485610cd67f7
[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"
]
}
}