diff --git a/babel.config.js b/babel.config.js index 9da6d0228..d59293b58 100644 --- a/babel.config.js +++ b/babel.config.js @@ -7,4 +7,5 @@ module.exports = { '@babel/preset-typescript', ['@babel/preset-env', { targets: { node: 10 } }], ], + ignore: ['src/**/__tests__/**'], };