mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			708 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			708 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"compilerOptions": {
 | 
						|
		"target": "ES2020",
 | 
						|
		"useDefineForClassFields": true,
 | 
						|
		"lib": [
 | 
						|
			"ES2020",
 | 
						|
			"DOM",
 | 
						|
			"DOM.Iterable"
 | 
						|
		],
 | 
						|
		"module": "ESNext",
 | 
						|
		"skipLibCheck": true,
 | 
						|
		"baseUrl": ".",
 | 
						|
		/* Bundler mode */
 | 
						|
		"moduleResolution": "bundler",
 | 
						|
		"allowImportingTsExtensions": true,
 | 
						|
		"resolveJsonModule": true,
 | 
						|
		"isolatedModules": true,
 | 
						|
		"noEmit": true,
 | 
						|
		"jsx": "react-jsx",
 | 
						|
		/* Linting */
 | 
						|
		"strict": true,
 | 
						|
		"noUnusedLocals": true,
 | 
						|
		"noUnusedParameters": true,
 | 
						|
		"noFallthroughCasesInSwitch": true,
 | 
						|
		"paths": {
 | 
						|
			"src/*": [
 | 
						|
				"./src/*"
 | 
						|
			],
 | 
						|
			"test/*": [
 | 
						|
				"./test/*"
 | 
						|
			]
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"include": [
 | 
						|
		"src",
 | 
						|
		"test"
 | 
						|
	],
 | 
						|
	"references": [
 | 
						|
		{
 | 
						|
			"path": "./tsconfig.node.json"
 | 
						|
		}
 | 
						|
	]
 | 
						|
}
 |