babel.config.js (
3
lines of code) (
raw
):
module.exports = { presets: [['@babel/preset-env', { targets: { node: 'current' } }]], }