Ocelot-Social/gitbook-docs/babel.config.json
2023-08-15 14:47:29 +00:00

13 lines
132 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "10"
}
}
]
]
}