mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "lib": [
 | 
						|
      "dom",
 | 
						|
      "dom.iterable",
 | 
						|
      "esnext"
 | 
						|
    ],
 | 
						|
    "allowJs": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "strict": true,
 | 
						|
    "noEmit": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "module": "esnext",
 | 
						|
    "moduleResolution": "bundler",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "jsx": "preserve",
 | 
						|
    "incremental": true,
 | 
						|
    "plugins": [
 | 
						|
      {
 | 
						|
        "name": "next"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "paths": {
 | 
						|
      "@/*": [
 | 
						|
        "./src/*"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "target": "ES2017"
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "next-env.d.ts",
 | 
						|
    "**/*.ts",
 | 
						|
    "**/*.tsx",
 | 
						|
    ".next/types/**/*.ts",
 | 
						|
    "next.config.mjs"
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "node_modules"
 | 
						|
  ]
 | 
						|
}
 |