Files
babel/packages/babel-plugin-transform-modules-amd/test/fixtures/loose/noInterop-export-from/options.json

10 lines
131 B
JSON

{
"plugins": [
"external-helpers",
["transform-modules-amd", {
"loose": true,
"noInterop": true
}]
]
}