.babelrc 68 B

12345
  1. {
  2. presets: [
  3. ["env", { targets: { node: "current" }}],
  4. ],
  5. }