mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	* refactor: move excalidraw-app outside src * move some tests to excal app and fix some * fix tests * fix * port remaining tests * fix * update snap * move tests inside test folder * fix * fix
		
			
				
	
	
		
			22 lines
		
	
	
		
			572 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			572 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ESNext",
 | 
						|
    "lib": ["dom", "dom.iterable", "esnext"],
 | 
						|
    "allowJs": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "strict": true,
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "noFallthroughCasesInSwitch": true,
 | 
						|
    "module": "ESNext",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "noEmit": true,
 | 
						|
    "jsx": "react-jsx"
 | 
						|
  },
 | 
						|
  "include": ["src", "excalidraw-app"],
 | 
						|
  "exclude": ["src/packages/excalidraw/types"]
 | 
						|
}
 |