{
  "presets": [
    ["@babel/preset-env", {
      "targets": { "node": "6" } // change this to your node version
    }]
  ]
}
