Files
babel/packages/babel-plugin-transform-modules-commonjs/test/fixtures/strict/options.json
2018-03-15 13:27:01 -07:00

8 lines
164 B
JSON

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