mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 12:36:59 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
				
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			572 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			572 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"compilerOptions": {
 | 
						|
		"target": "ES2017",
 | 
						|
		"lib": ["dom", "dom.iterable", "esnext"],
 | 
						|
		"noImplicitAny": true,
 | 
						|
		"strict": true,
 | 
						|
		"allowJs": true,
 | 
						|
		"skipLibCheck": true,
 | 
						|
		"noEmit": true,
 | 
						|
		"esModuleInterop": true,
 | 
						|
		"module": "esnext",
 | 
						|
		"moduleResolution": "bundler",
 | 
						|
		"resolveJsonModule": true,
 | 
						|
		"isolatedModules": true,
 | 
						|
		"jsx": "preserve",
 | 
						|
		"incremental": true,
 | 
						|
		"plugins": [
 | 
						|
			{
 | 
						|
				"name": "next"
 | 
						|
			}
 | 
						|
		],
 | 
						|
		"paths": {
 | 
						|
			"@/*": ["./*"]
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
 | 
						|
	"exclude": ["node_modules"]
 | 
						|
}
 |