mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"ecmaVersion": 6,
|
|
"libs": ["browser"],
|
|
"loadEagerly": [],
|
|
"dontLoad": ["node_modules/**"],
|
|
"plugins": {
|
|
"modules": {},
|
|
"es_modules": {},
|
|
"node": {},
|
|
"doc_comment": {
|
|
"fullDocs": true,
|
|
"strong": true
|
|
}
|
|
}
|
|
}
|