1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
budibase/packages/server/babel.config.js

4 lines
91 B
JavaScript
Raw Normal View History

2021-06-02 02:44:29 +12:00
module.exports = {
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
}