babel/test/fixtures/flow/options.json
2015-09-15 06:13:11 +01:00

6 lines
115 B
JSON

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