UNPKG
txho
Version:
latest (3.1.0)
3.1.0
3.0.5
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.1
Get a Bitcoin transaction as JSON for CLI and node
github.com/bicomedia/txho
bicomedia/txho
txho
/
tsconfig.json
10 lines
(9 loc)
•
154 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"noImplicitAny"
:
false
,
"target"
:
"es2019"
,
"strict"
:
false
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
}
}