mirror of
				https://github.com/Xahau/xahau-web.git
				synced 2025-11-03 20:05:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			192 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			192 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "astro/tsconfigs/strict",
 | 
						|
  "include": [".astro/types.d.ts", "**/*"],
 | 
						|
  "exclude": ["dist"],
 | 
						|
  "compilerOptions": {
 | 
						|
    "jsx": "react-jsx",
 | 
						|
    "jsxImportSource": "react"
 | 
						|
  }
 | 
						|
}
 |