UNPKG
xchange-create
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Create Xchange Project
github.com/x7finance/xchange-create
x7finance/xchange-create
xchange-create
/
tsconfig.json
13 lines
(12 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
,
"skipLibCheck"
:
true
,
"moduleResolution"
:
"node"
}
,
"exclude"
:
[
"node_modules"
]
}