{ "only": "*.js", "presets": [ ["env", { "targets": { "node": 4 } }] ], "plugins": [ ["transform-flow-strip-types"] ] }