mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
		
			
				
	
	
		
			19 lines
		
	
	
		
			375 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			375 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://json.schemastore.org/nest-cli",
 | 
						|
  "collection": "@nestjs/schematics",
 | 
						|
  "sourceRoot": "src",
 | 
						|
  "compilerOptions": {
 | 
						|
    "deleteOutDir": true,
 | 
						|
    "webpack": false,
 | 
						|
    "plugins": [
 | 
						|
      {
 | 
						|
        "name": "@nestjs/swagger",
 | 
						|
        "options": {
 | 
						|
          "classValidatorShim": false,
 | 
						|
          "introspectComments": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |