wisemapping-frontend/packages/mindplot/babel.config.json
2021-09-29 17:24:07 -03:00

12 lines
180 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"corejs": "3.9",
"useBuiltIns": "usage"
}
]
]
}