mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			457 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			457 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "module": "commonjs",
 | 
						|
    "declaration": true,
 | 
						|
    "removeComments": true,
 | 
						|
    "emitDecoratorMetadata": true,
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "allowSyntheticDefaultImports": true,
 | 
						|
    "target": "es2017",
 | 
						|
    "sourceMap": true,
 | 
						|
    "outDir": "./dist",
 | 
						|
    "baseUrl": "./",
 | 
						|
    "incremental": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
  },
 | 
						|
  "exclude": [
 | 
						|
    "upload"
 | 
						|
  ],
 | 
						|
  "include": [
 | 
						|
    "src"
 | 
						|
  ]
 | 
						|
} |