mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:37:11 -04:00 
			
		
		
		
	* refactor: downloadApi * refactor: assetApi * chore: drop axios * chore: tidy up * chore: fix exports * fix: show notification when download starts
		
			
				
	
	
		
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "esnext",
 | |
|     "strict": true,
 | |
|     "skipLibCheck": true,
 | |
|     "declaration": true,
 | |
|     "outDir": "build",
 | |
|     "module": "esnext",
 | |
|     "moduleResolution": "Bundler",
 | |
|     "lib": ["esnext", "dom"]
 | |
|   },
 | |
|   "include": ["src/**/*.ts"]
 | |
| }
 |