Files
babel/packages/babel-plugin-transform-new-target/test/fixtures/general/class-properties/options.json
2018-09-09 17:57:52 -07:00

8 lines
137 B
JSON

{
"plugins": [
"transform-new-target",
"transform-arrow-functions",
["proposal-class-properties", { "loose": true }]
]
}