Files
babel/packages/babel-plugin-transform-modules-commonjs/test/fixtures/strict/options.json

8 lines
135 B
JSON

{
"plugins": [
"external-helpers",
"syntax-object-rest-spread",
["transform-modules-commonjs", { "strict": true }]
]
}