mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			238 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "outDir": "./dist",
 | 
						|
    "rootDir": "./src",
 | 
						|
    "module": "Node16",
 | 
						|
    "moduleResolution": "Node16"
 | 
						|
  },
 | 
						|
  "include": ["src/**/*"],
 | 
						|
  "exclude": ["node_modules", "dist"]
 | 
						|
}
 |