diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..649b91a --- /dev/null +++ b/.babelrc @@ -0,0 +1,9 @@ +{ + "compact": false, + "presets": [ + ["@babel/preset-env", {"targets": {"node": "8.11.3"}}] + ], + "plugins": [ + "@babel/plugin-transform-runtime" + ] +}