UNPKG
@pod-protocol/sdk-js
Version:
latest (2.0.0)
2.0.0
1.5.2
1.5.1
Pod Protocol SDK for JavaScript
github.com/pod-protocol/pod-protocol
pod-protocol/pod-protocol
@pod-protocol/sdk-js
/
.babelrc
28 lines
(27 loc)
•
394 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"node"
:
"16"
},
"modules"
: false } ] ],
"env"
: {
"test"
: {
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"node"
:
"current"
} } ] ] } } }