mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			394 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			394 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ESNext",
 | 
						|
    "strict": true,
 | 
						|
    "outDir": "dist",
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "declaration": true,
 | 
						|
    "emitDeclarationOnly": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "module": "ESNext",
 | 
						|
    "moduleResolution": "Node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "jsx": "react-jsx"
 | 
						|
  },
 | 
						|
  "exclude": ["**/*.test.*", "**/tests/*", "types", "dist"]
 | 
						|
}
 |