7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["@babel/env", { "targets": {"node": "current"} }]
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
||
|
}
|