mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 11:07:10 -05: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"]
 | 
						|
}
 |