10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"plugins": [
|
|
["proposal-pipeline-operator", { "proposal": "smart" }],
|
|
"transform-arrow-functions"
|
|
],
|
|
"parserOpts": {
|
|
"allowReturnOutsideFunction": true
|
|
}
|
|
}
|