mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "src",
 | 
						|
    "outDir": "build"
 | 
						|
  },
 | 
						|
  "references": [
 | 
						|
    {"path": "../jest-haste-map"},
 | 
						|
    {"path": "../jest-runner"},
 | 
						|
    {"path": "../jest-test-result"},
 | 
						|
    {"path": "../jest-types"}
 | 
						|
  ]
 | 
						|
}
 |