mermaid/.babelrc

13 lines
123 B
Plaintext

{
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
}