diff --git a/backend/babel.config.json b/backend/babel.config.json new file mode 100644 index 0000000000..59480d0848 --- /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"] +}