mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			510 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			510 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "compilerOptions": {
							 | 
						||
| 
								 | 
							
								    "forceConsistentCasingInFileNames": true,
							 | 
						||
| 
								 | 
							
								    "allowSyntheticDefaultImports": true,
							 | 
						||
| 
								 | 
							
								    "moduleResolution": "node",
							 | 
						||
| 
								 | 
							
								    "noUnusedParameters": true,
							 | 
						||
| 
								 | 
							
								    "esModuleInterop": true,
							 | 
						||
| 
								 | 
							
								    "isolatedModules": true,
							 | 
						||
| 
								 | 
							
								    "noUnusedLocals": true,
							 | 
						||
| 
								 | 
							
								    "declaration": true,
							 | 
						||
| 
								 | 
							
								    "module": "esnext",
							 | 
						||
| 
								 | 
							
								    "target": "esnext",
							 | 
						||
| 
								 | 
							
								    "jsx": "react",
							 | 
						||
| 
								 | 
							
								    "strict": true,
							 | 
						||
| 
								 | 
							
								    "baseUrl": "."
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "include": ["src/**/*.ts", "./src/global.d.ts"],
							 | 
						||
| 
								 | 
							
								  "exclude": ["node_modules", "esm", "src/**/*.test.ts"]
							 | 
						||
| 
								 | 
							
								}
							 |