From 3b1b30dd4f69783bd4baeb6d996100ec5576a8ec Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Mar 2023 12:34:45 +0000 Subject: [PATCH] :shrug: --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",