UNPKG
equation-sdk
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.3
1.0.1
1.0.0
🛠An SDK for building applications on top of Equation.
equation-sdk
/
babel.config.ts
17 lines
•
357 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:{
"test"
: {
"presets"
: [ [
"@babel/preset-env"
, {
"modules"
:
"auto"
,
"targets"
: {
"node"
:
true
} } ] ] }; } }