18 lines
		
	
	
		
			475 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			475 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "extends": "./tsconfig-build",
 | |
| 
 | |
|   "compilerOptions": {
 | |
|     // Test that we rely on decorator downleveling
 | |
|     "emitDecoratorMetadata": false,
 | |
|     "paths": {
 | |
|       "@angular/core": ["../../../dist/packages-dist/core"],
 | |
|       "@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
 | |
|       "@angular/compiler": ["../../../dist/packages-dist/compiler"]
 | |
|     }
 | |
|   },
 | |
|   "files": [
 | |
|     "testing/index.ts",
 | |
|     "../../../node_modules/zone.js/dist/zone.js.d.ts"
 | |
|   ]
 | |
| }
 |