From 4451ff1d6ccd3801aa4d81f9514b30c05db0f299 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 7 Mar 2023 18:52:50 +0000 Subject: [PATCH] Iterate --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 5e5a52faea..00a95caa15 100644 --- a/babel.config.js +++ b/babel.config.js @@ -16,6 +16,7 @@ module.exports = { "@babel/preset-react", ], plugins: [ + ["@babel/plugin-transform-typescript", { allowDeclareFields: true }], "@babel/plugin-proposal-export-default-from", "@babel/plugin-proposal-numeric-separator", "@babel/plugin-proposal-class-properties",