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