11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"plugins": [
|
|
"transform-async-to-generator",
|
|
"proposal-async-generator-functions"
|
|
],
|
|
"presets": [["env", { "targets": { "browsers": "ie 6" } }]],
|
|
"parserOpts": {
|
|
"allowReturnOutsideFunction": true
|
|
}
|
|
}
|