{
  "presets": [
    ["@babel/preset-env", {
      "targets": "defaults"  // This targets modern browsers with ES6+ support
    }]
  ]
}
