diff --git a/babel.config.js b/babel.config.js index 7d651c5526..8e4384cd0d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -19,8 +19,8 @@ module.exports = { ], }, ], - "@babel/preset-react", ["@babel/preset-typescript", { allowDeclareFields: true }], + "@babel/preset-react", ], plugins: [ "@babel/plugin-proposal-export-default-from",