UNPKG
@hydro-protocol/swap-sdk
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Javascript SDK for Hydro Swap
github.com/HydroProtocol/swap-sdk
HydroProtocol/swap-sdk
@hydro-protocol/swap-sdk
/
tsconfig.json
14 lines
(13 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./build"
,
"strict"
:
true
,
"lib"
:
[
"es2015"
,
"dom"
]
,
"moduleResolution"
:
"node"
}
,
"include"
:
[
"src/**/*"
,
"types"
]
,
"exclude"
:
[
"node_modules"
]
}