From e6edde57bad102e090fad669365d765d867db362 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:31:41 +0200 Subject: [PATCH] Create babel.config.json --- backend/babel.config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/babel.config.json diff --git a/backend/babel.config.json b/backend/babel.config.json new file mode 100644 index 000000000..59480d084 --- /dev/null +++ b/backend/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env", "@babel/preset-react"], + "plugins": ["@babel/plugin-syntax-import-attributes", "babel-plugin-transform-import-meta"] +}