mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Some optional description over here if you need to add more info on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			251 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			251 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "./src",
 | 
						|
    "outDir": "./dist",
 | 
						|
    "types": ["vitest/importMeta", "vitest/globals"]
 | 
						|
  },
 | 
						|
  "include": ["./src/**/*.ts", "./src/**/*.d.ts"],
 | 
						|
  "typeRoots": ["./src/types"]
 | 
						|
}
 |