mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	add admin checks for admin pages and run biome formating 🔨
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
				
			This commit is contained in:
		@@ -1,41 +1,28 @@
 | 
			
		||||
{
 | 
			
		||||
  "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"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
	"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"]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user