mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			208 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			208 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../tsconfig.base.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "outDir": "./dist/types"
 | 
						|
  },
 | 
						|
  "include": ["src/**/*", "global.d.ts"],
 | 
						|
  "exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
 | 
						|
}
 |