mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 02:39:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			291 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			291 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "include": ["fetch.ts", "fetch-client/**/*"],
 | |
|   "compilerOptions": {
 | |
|     "target": "esnext",
 | |
|     "strict": true,
 | |
|     "skipLibCheck": true,
 | |
|     "declaration": true,
 | |
|     "outDir": "build/fetch",
 | |
|     "module": "esnext",
 | |
|     "moduleResolution": "Bundler",
 | |
|     "lib": ["esnext", "dom"]
 | |
|   }
 | |
| }
 |