gioahnn/frontend-project-lvl1

View on GitHub
babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage
const presets = [
  ['@babel/preset-env',
    {
      targets: {
        node: 'current',
      },
    },
  ],
];
module.exports = { presets };