mermaid/.babelrc

13 lines
123 B
Plaintext
Raw Normal View History

2017-04-14 11:43:53 +02:00
{
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
}