diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 00000000..33d79b63 --- /dev/null +++ b/babel.config.js @@ -0,0 +1 @@ +module.exports = require("@toruslabs/config/babel.config"); diff --git a/babel.config.json b/babel.config.json deleted file mode 100644 index 62b09ee5..00000000 --- a/babel.config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "presets": ["@babel/env", "@babel/typescript"], - "plugins": ["@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-class-properties", "@babel/transform-runtime"], - "sourceType": "unambiguous" -}