diff --git a/babel.config.json b/babel.config.json index e74d17d..fbe6baa 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,4 +1,4 @@ { "presets": ["@babel/preset-env"], - "targets": { "node": "current" } + "targets": "current node" }