diff --git a/babel.config.js b/babel.config.js index 79024e6e2..9d2482b87 100644 --- a/babel.config.js +++ b/babel.config.js @@ -30,4 +30,8 @@ module.exports = { ], }, }, + babelrcRoots: [ + ".", + "packages/*", + ], };