mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
|
module.exports = {
|
||
|
'presets': [
|
||
|
'@babel/preset-env'
|
||
|
]
|
||
|
}
|