1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00
budibase/babel.config.json

4 lines
79 B
JSON
Raw Normal View History

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