mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 10:12:33 -04:00 
			
		
		
		
	* chore: publish sdk on release * fix: runtime dep * chore: sync versions * chore: update readme * fix: use Node16 module resolution
		
			
				
	
	
		
			14 lines
		
	
	
		
			266 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			266 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "esnext",
 | |
|     "strict": true,
 | |
|     "skipLibCheck": true,
 | |
|     "declaration": true,
 | |
|     "outDir": "build",
 | |
|     "module": "Node16",
 | |
|     "moduleResolution": "Node16",
 | |
|     "lib": ["esnext", "dom"]
 | |
|   },
 | |
|   "include": ["src/**/*.ts"]
 | |
| }
 |