mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": ".",
 | 
						|
    "outDir": "./dist",
 | 
						|
    "allowJs": false,
 | 
						|
    "preserveSymlinks": false,
 | 
						|
    "strictPropertyInitialization": false
 | 
						|
  },
 | 
						|
  "include": ["./src/**/*.ts", "./tests/**/*.ts"],
 | 
						|
  "typeRoots": ["./src/types"]
 | 
						|
}
 |