mirror of
				https://github.com/pagefaultgames/pokerogue.git
				synced 2025-11-04 02:11:19 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			373 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			373 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"compilerOptions": {
 | 
						|
		"target": "ES2020",
 | 
						|
		"module": "ES2020",
 | 
						|
		"moduleResolution": "Bundler",
 | 
						|
		"resolveJsonModule": true,
 | 
						|
		"esModuleInterop": true,
 | 
						|
		"strictNullChecks": false,
 | 
						|
		"sourceMap": false,
 | 
						|
		"strict": false,
 | 
						|
		"rootDir": "./src",
 | 
						|
		"baseUrl": "./src",
 | 
						|
		"paths": {
 | 
						|
			"#app/*": ["*.ts"],
 | 
						|
			"#app": ["."]
 | 
						|
		},
 | 
						|
		"outDir": "./build",
 | 
						|
		"noEmit": true
 | 
						|
	}
 | 
						|
} |