UNPKG
@cryptovarna/tronbox
Version:
latest (100.0.1)
100.0.1
100.0.0
2.7.26
2.7.25
2.7.24
TronBox - Simple development framework for Tron
github.com/tronprotocol/tronbox
CryptoVarna/tronbox
@cryptovarna/tronbox
/
.babelrc
13 lines
(12 loc)
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
: [
"
@babel
/preset-env"
],
"plugins"
: [ [
"
@babel
/plugin-transform-runtime"
, {
"regenerator"
: true } ] ] }