12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"parserOpts": {
|
|
"allowReturnOutsideFunction": true
|
|
},
|
|
"plugins": [
|
|
"external-helpers",
|
|
"transform-async-to-generator",
|
|
"proposal-async-generator-functions"
|
|
],
|
|
"minNodeVersion": "10.0.0"
|
|
}
|