front-hub/babel.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2023-03-23 12:03:08 +00:00
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript",
],
};