diff --git a/babel.config.js b/babel.config.js index d19d38b..c3ed333 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ module.exports = { presets: [ - ['@babel/preset-env', { targets: { node: 'current' } }], + ['@babel/preset-env', { targets: { node: '20' } }], '@babel/preset-typescript', ], }; \ No newline at end of file