budibase/babel.config.json

4 lines
79 B
JSON
Raw Permalink Normal View History

2023-07-05 19:00:50 +02:00
{
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
}