26 lines
		
	
	
		
			825 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			825 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "extends": "./tsconfig-build", | ||
|  | 
 | ||
|  |   "compilerOptions": { | ||
|  |     "outDir": "../../../dist/packages-dist/platform-browser", | ||
|  |     "paths": { | ||
|  |       "rxjs/*": ["../../../node_modules/rxjs/*"], | ||
|  |       "@angular/core": ["../../../dist/packages-dist/core"], | ||
|  |       "@angular/core/testing": ["../../../dist/packages-dist/core/testing"], | ||
|  |       "@angular/animations": ["../../../dist/packages-dist/animations"], | ||
|  |       "@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"] | ||
|  |     } | ||
|  |   }, | ||
|  |   "files": [ | ||
|  |     "animations/public_api.ts", | ||
|  |     "../../../node_modules/zone.js/dist/zone.js.d.ts", | ||
|  |     "../../system.d.ts" | ||
|  |   ], | ||
|  |   "angularCompilerOptions": { | ||
|  |     "annotateForClosureCompiler": true, | ||
|  |     "strictMetadataEmit": true, | ||
|  |     "flatModuleOutFile": "index.js", | ||
|  |     "flatModuleId": "@angular/platform-browser/animations" | ||
|  |   } | ||
|  | } |