| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  | { | 
					
						
							|  |  |  |   "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | 
					
						
							|  |  |  |   "version": 1, | 
					
						
							|  |  |  |   "newProjectRoot": "projects", | 
					
						
							|  |  |  |   "projects": { | 
					
						
							|  |  |  |     "angular.io-example": { | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |       "projectType": "application", | 
					
						
							| 
									
										
										
										
											2020-09-21 20:52:26 +03:00
										 |  |  |       "schematics": { | 
					
						
							|  |  |  |         "@schematics/angular:application": { | 
					
						
							|  |  |  |           "strict": true | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       }, | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |       "root": "", | 
					
						
							|  |  |  |       "sourceRoot": "src", | 
					
						
							|  |  |  |       "prefix": "app", | 
					
						
							|  |  |  |       "architect": { | 
					
						
							|  |  |  |         "build": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:browser", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "outputPath": "dist", | 
					
						
							|  |  |  |             "index": "src/index.html", | 
					
						
							|  |  |  |             "main": "src/main.ts", | 
					
						
							|  |  |  |             "polyfills": "src/polyfills.ts", | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |             "tsConfig": "tsconfig.app.json", | 
					
						
							| 
									
										
										
										
											2020-09-25 19:21:16 +03:00
										 |  |  |             "aot": true, | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |             "assets": [ | 
					
						
							|  |  |  |               "src/favicon.ico", | 
					
						
							|  |  |  |               "src/assets" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "styles": [ | 
					
						
							|  |  |  |               "src/styles.css" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "scripts": [] | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           "configurations": { | 
					
						
							|  |  |  |             "production": { | 
					
						
							|  |  |  |               "fileReplacements": [ | 
					
						
							|  |  |  |                 { | 
					
						
							|  |  |  |                   "replace": "src/environments/environment.ts", | 
					
						
							|  |  |  |                   "with": "src/environments/environment.prod.ts" | 
					
						
							|  |  |  |                 } | 
					
						
							|  |  |  |               ], | 
					
						
							|  |  |  |               "optimization": true, | 
					
						
							|  |  |  |               "outputHashing": "all", | 
					
						
							|  |  |  |               "sourceMap": false, | 
					
						
							|  |  |  |               "namedChunks": false, | 
					
						
							|  |  |  |               "extractLicenses": true, | 
					
						
							|  |  |  |               "vendorChunk": false, | 
					
						
							|  |  |  |               "buildOptimizer": true, | 
					
						
							|  |  |  |               "budgets": [ | 
					
						
							|  |  |  |                 { | 
					
						
							|  |  |  |                   "type": "initial", | 
					
						
							| 
									
										
										
										
											2020-09-21 20:52:26 +03:00
										 |  |  |                   "maximumWarning": "500kb", | 
					
						
							|  |  |  |                   "maximumError": "1mb" | 
					
						
							| 
									
										
										
										
											2020-03-17 22:28:49 +02:00
										 |  |  |                 }, | 
					
						
							|  |  |  |                 { | 
					
						
							|  |  |  |                   "type": "anyComponentStyle", | 
					
						
							| 
									
										
										
										
											2020-09-21 20:52:26 +03:00
										 |  |  |                   "maximumWarning": "2kb", | 
					
						
							|  |  |  |                   "maximumError": "4kb" | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |                 } | 
					
						
							|  |  |  |               ] | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "serve": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:dev-server", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "browserTarget": "angular.io-example:build" | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           "configurations": { | 
					
						
							|  |  |  |             "production": { | 
					
						
							|  |  |  |               "browserTarget": "angular.io-example:build:production" | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "extract-i18n": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:extract-i18n", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "browserTarget": "angular.io-example:build" | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "test": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:karma", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "main": "src/test.ts", | 
					
						
							|  |  |  |             "polyfills": "src/polyfills.ts", | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |             "tsConfig": "tsconfig.spec.json", | 
					
						
							|  |  |  |             "karmaConfig": "karma.conf.js", | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |             "assets": [ | 
					
						
							|  |  |  |               "src/favicon.ico", | 
					
						
							|  |  |  |               "src/assets" | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |             ], | 
					
						
							|  |  |  |             "styles": [ | 
					
						
							|  |  |  |               "src/styles.css" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "scripts": [] | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "lint": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:tslint", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "tsConfig": [ | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |               "tsconfig.app.json", | 
					
						
							|  |  |  |               "tsconfig.spec.json", | 
					
						
							|  |  |  |               "e2e/tsconfig.json" | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |             ], | 
					
						
							|  |  |  |             "exclude": [ | 
					
						
							|  |  |  |               "**/node_modules/**" | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           } | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |         }, | 
					
						
							| 
									
										
										
										
											2019-01-24 08:45:34 -08:00
										 |  |  |         "e2e": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:protractor", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "protractorConfig": "e2e/protractor.conf.js", | 
					
						
							|  |  |  |             "devServerTarget": "angular.io-example:serve" | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           "configurations": { | 
					
						
							|  |  |  |             "production": { | 
					
						
							|  |  |  |               "devServerTarget": "angular.io-example:serve:production" | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     "my-lib": { | 
					
						
							|  |  |  |       "root": "projects/my-lib", | 
					
						
							|  |  |  |       "sourceRoot": "projects/my-lib/src", | 
					
						
							|  |  |  |       "projectType": "library", | 
					
						
							|  |  |  |       "prefix": "lib", | 
					
						
							|  |  |  |       "architect": { | 
					
						
							|  |  |  |         "build": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-ng-packagr:build", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "tsConfig": "projects/my-lib/tsconfig.lib.json", | 
					
						
							|  |  |  |             "project": "projects/my-lib/ng-package.json" | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "test": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:karma", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "main": "projects/my-lib/src/test.ts", | 
					
						
							|  |  |  |             "tsConfig": "projects/my-lib/tsconfig.spec.json", | 
					
						
							|  |  |  |             "karmaConfig": "projects/my-lib/karma.conf.js" | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         }, | 
					
						
							|  |  |  |         "lint": { | 
					
						
							|  |  |  |           "builder": "@angular-devkit/build-angular:tslint", | 
					
						
							|  |  |  |           "options": { | 
					
						
							|  |  |  |             "tsConfig": [ | 
					
						
							|  |  |  |               "projects/my-lib/tsconfig.lib.json", | 
					
						
							|  |  |  |               "projects/my-lib/tsconfig.spec.json" | 
					
						
							|  |  |  |             ], | 
					
						
							|  |  |  |             "exclude": [ | 
					
						
							|  |  |  |               "**/node_modules/**" | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "defaultProject": "angular.io-example" | 
					
						
							|  |  |  | } |