mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 15:12:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
        "target": "ESNext",
 | 
						|
        "composite": true,
 | 
						|
        "module": "esnext",
 | 
						|
        "moduleResolution": "bundler",
 | 
						|
        "allowSyntheticDefaultImports": true,
 | 
						|
        "strict": true
 | 
						|
    },
 | 
						|
    "include": ["vite.config.ts", "script/**/*.ts", "mota.config.ts"]
 | 
						|
}
 |