mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			330 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			330 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
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |