1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-10-18 00:06:59 +00:00
bramw_baserow/premium/web-frontend/babel.config.js
2023-04-28 10:56:33 +00:00

17 lines
226 B
JavaScript

module.exports = {
env: {
test: {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
},
},
}