Henry Zhu 10910a10f5
Remove yearly presets from repo, inline in standalone (#8274)
These were already deprecated in v6, just didn't remove the folders?
2018-07-09 14:23:25 -04:00

12 lines
208 B
JSON

{
"plugins": [
"external-helpers",
"transform-async-to-generator",
"proposal-async-generator-functions"
],
"presets": ["env"],
"parserOpts": {
"allowReturnOutsideFunction": true
}
}