JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', edge: '18', ie: "11", }, }, ], ], plugins: [ "@babel/plugin-proposal-object-rest-spread", ], env: { test: { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, } ] ] } } };