mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			499 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			499 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "include": ["src/packages/excalidraw", "src/global.d.ts", "src/css.d.ts"],
 | 
						|
  "compilerOptions": {
 | 
						|
    "allowJs": true,
 | 
						|
    "declaration": true,
 | 
						|
    "emitDeclarationOnly": true,
 | 
						|
    "outDir": "src/packages/excalidraw/types",
 | 
						|
    "jsx": "react-jsx",
 | 
						|
    "target": "es6",
 | 
						|
    "lib": ["dom", "dom.iterable", "esnext"],
 | 
						|
    "module": "esnext",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "strict": true
 | 
						|
  }
 | 
						|
}
 |