UNPKG
@exchange-connect/coinex
Version:
latest (0.10.2)
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.12
0.6.11
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.1.0
0.0.1
Coinex ( https://www.coinex.com ) SDK
github.com/Exchange-Connect/coinex
Exchange-Connect/coinex
@exchange-connect/coinex
/
tsconfig.json
14 lines
(12 loc)
•
241 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"Node16"
,
"declaration"
:
true
,
"outDir"
:
"./build"
,
"strict"
:
true
,
"moduleResolution"
:
"Node16"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}