Files
babel/packages/babel-plugin-transform-destructuring/test/fixtures/allowArrayLike/simple/options.json

7 lines
141 B
JSON

{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-destructuring", { "allowArrayLike": true }]
]
}