repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

starfx / examples / tests-rtl
Jacob Bolda  ·  2025-07-07

babel.config.js

1module.exports = {
2  presets: [
3    "@babel/preset-env",
4    ["@babel/preset-react", { runtime: "automatic" }],
5    "@babel/preset-typescript",
6  ],
7};