babel.config.js (13 lines of code) (raw):

module.exports = { presets: [ '@babel/preset-typescript', [ '@babel/preset-env', { targets: { node: 'current', }, }, ], ], };