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"}
 | |
|   ]
 | |
| }
 |