mirror of
				https://github.com/open-webui/desktop
				synced 2025-06-26 18:15:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			287 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			287 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"compilerOptions": {
 | |
| 		"target": "ESNext",
 | |
| 		"module": "commonjs",
 | |
| 		"allowJs": true,
 | |
| 		"skipLibCheck": true,
 | |
| 		"esModuleInterop": true,
 | |
| 		"noImplicitAny": true,
 | |
| 		"sourceMap": true,
 | |
| 		"baseUrl": ".",
 | |
| 		"outDir": "dist",
 | |
| 		"moduleResolution": "node",
 | |
| 		"resolveJsonModule": true
 | |
| 	}
 | |
| }
 |