babel/test/fixtures/flow/options.json

6 lines
119 B
JSON

{
"sourceType": "module",
"plugins": { "jsx": true, "flow": true },
"features": { "es7.asyncFunctions": true }
}