front-hub/babel.config.js

7 lines
126 B
JavaScript
Raw Permalink Normal View History

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