packages/graph-explorer/babel.config.js (
14
lines of code) (
raw
):
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current", }, }, ], "@babel/preset-react", "@babel/preset-typescript", ], };