UNPKG
@xchainjs/ledger-thorchain
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
Node API for THORChain App (Ledger Nano S/X)
github.com/xchainjs/ledger-thorchain-js
@xchainjs/ledger-thorchain
/
.babelrc
14 lines
(13 loc)
•
193 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[[ "@babel/preset-env", {"targets": {"node": 16}} ]]
,
"plugins"
: [ [
"@babel/plugin-transform-runtime"
, {
"regenerator"
:
true
} ] ] }