diff --git a/babel.config.js b/babel.config.js index c2d9118..dbb4ce9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,6 @@ module.exports = { - presets: ["@babel/preset-typescript", "@babel/preset-env"] + presets: [ + "@babel/preset-typescript", + ["@babel/preset-env", { targets: { node: "8" } }] + ] };