mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 04:31:51 +08:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "extends": "../../tsconfig.json",
							 | 
						||
| 
								 | 
							
								  "compilerOptions": {
							 | 
						||
| 
								 | 
							
								    "outDir": "build",
							 | 
						||
| 
								 | 
							
								    "rootDir": "src"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "references": [
							 | 
						||
| 
								 | 
							
								    {"path": "../jest-environment"},
							 | 
						||
| 
								 | 
							
								    {"path": "../jest-fake-timers"},
							 | 
						||
| 
								 | 
							
								    {"path": "../jest-mock"},
							 | 
						||
| 
								 | 
							
								    {"path": "../jest-types"},
							 | 
						||
| 
								 | 
							
								    {"path": "../jest-util"}
							 | 
						||
| 
								 | 
							
								  ]
							 | 
						||
| 
								 | 
							
								}
							 |