UNPKG
@interlay/esplora-btc-api
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.5
1.0.5-rc6
1.0.1
0.4.1
0.4.0
0.4.0-rc1
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Esplora Bitcoin OpenAPI Client
@interlay/esplora-btc-api
/
tsconfig.json
18 lines
(17 loc)
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}