mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://json.schemastore.org/tsconfig",
 | 
						|
  "extends": ["./tsconfig.json"],
 | 
						|
  "compilerOptions": {
 | 
						|
    "noEmit": true
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "./src/**/*.spec.js",
 | 
						|
    "./src/**/*.spec.ts" // test files
 | 
						|
  ]
 | 
						|
}
 |