| 
									
										
										
										
											2016-04-28 17:50:03 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2017-01-24 09:31:27 -08:00
										 |  |  |   "extends": "./tsconfig-build", | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-28 17:50:03 -07:00
										 |  |  |   "compilerOptions": { | 
					
						
							| 
									
										
										
										
											2017-01-24 09:31:27 -08:00
										 |  |  |     // Test that we rely on decorator downleveling
 | 
					
						
							|  |  |  |     "emitDecoratorMetadata": false, | 
					
						
							| 
									
										
										
										
											2016-04-28 17:50:03 -07:00
										 |  |  |     "paths": { | 
					
						
							|  |  |  |       "@angular/core": ["../../../dist/packages-dist/core"], | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  |       "@angular/core/testing": ["../../../dist/packages-dist/core/testing"], | 
					
						
							|  |  |  |       "@angular/compiler": ["../../../dist/packages-dist/compiler"] | 
					
						
							| 
									
										
										
										
											2017-01-24 09:31:27 -08:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2016-04-28 17:50:03 -07:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "files": [ | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  |     "testing/index.ts", | 
					
						
							| 
									
										
										
										
											2016-04-28 17:50:03 -07:00
										 |  |  |     "../../../node_modules/zone.js/dist/zone.js.d.ts" | 
					
						
							|  |  |  |   ] | 
					
						
							|  |  |  | } |