120 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			120 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|   | { | ||
|  |   "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | ||
|  |   "version": 1, | ||
|  |   "newProjectRoot": "projects", | ||
|  |   "projects": { | ||
|  |     "angular-latest": { | ||
|  |       "projectType": "application", | ||
|  |       "schematics": { | ||
|  |         "@schematics/angular:component": { | ||
|  |           "inlineTemplate": true, | ||
|  |           "inlineStyle": true, | ||
|  |           "style": "scss", | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:class": { | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:directive": { | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:guard": { | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:interceptor": { | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:pipe": { | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:resolver": { | ||
|  |           "skipTests": true | ||
|  |         }, | ||
|  |         "@schematics/angular:service": { | ||
|  |           "skipTests": true | ||
|  |         } | ||
|  |       }, | ||
|  |       "root": "", | ||
|  |       "sourceRoot": "src", | ||
|  |       "prefix": "app", | ||
|  |       "architect": { | ||
|  |         "build": { | ||
|  |           "builder": "@angular/build:application", | ||
|  |           "options": { | ||
|  |             "browser": "src/main.ts", | ||
|  |             "polyfills": [ | ||
|  |               "zone.js" | ||
|  |             ], | ||
|  |             "tsConfig": "tsconfig.app.json", | ||
|  |             "inlineStyleLanguage": "scss", | ||
|  |             "assets": [ | ||
|  |               { | ||
|  |                 "glob": "**/*", | ||
|  |                 "input": "public" | ||
|  |               } | ||
|  |             ], | ||
|  |             "styles": [ | ||
|  |               "src/styles.scss" | ||
|  |             ] | ||
|  |           }, | ||
|  |           "configurations": { | ||
|  |             "production": { | ||
|  |               "budgets": [ | ||
|  |                 { | ||
|  |                   "type": "initial", | ||
|  |                   "maximumWarning": "500kB", | ||
|  |                   "maximumError": "1MB" | ||
|  |                 }, | ||
|  |                 { | ||
|  |                   "type": "anyComponentStyle", | ||
|  |                   "maximumWarning": "4kB", | ||
|  |                   "maximumError": "8kB" | ||
|  |                 } | ||
|  |               ], | ||
|  |               "outputHashing": "all" | ||
|  |             }, | ||
|  |             "development": { | ||
|  |               "optimization": false, | ||
|  |               "extractLicenses": false, | ||
|  |               "sourceMap": true | ||
|  |             } | ||
|  |           }, | ||
|  |           "defaultConfiguration": "production" | ||
|  |         }, | ||
|  |         "serve": { | ||
|  |           "builder": "@angular/build:dev-server", | ||
|  |           "configurations": { | ||
|  |             "production": { | ||
|  |               "buildTarget": "angular-latest:build:production" | ||
|  |             }, | ||
|  |             "development": { | ||
|  |               "buildTarget": "angular-latest:build:development" | ||
|  |             } | ||
|  |           }, | ||
|  |           "defaultConfiguration": "development" | ||
|  |         }, | ||
|  |         "extract-i18n": { | ||
|  |           "builder": "@angular/build:extract-i18n" | ||
|  |         }, | ||
|  |         "storybook": { | ||
|  |           "builder": "@storybook/angular:start-storybook", | ||
|  |           "options": { | ||
|  |             "configDir": ".storybook", | ||
|  |             "browserTarget": "angular-latest:build", | ||
|  |             "compodoc": false, | ||
|  |             "port": 6006 | ||
|  |           } | ||
|  |         }, | ||
|  |         "build-storybook": { | ||
|  |           "builder": "@storybook/angular:build-storybook", | ||
|  |           "options": { | ||
|  |             "configDir": ".storybook", | ||
|  |             "browserTarget": "angular-latest:build", | ||
|  |             "compodoc": false, | ||
|  |             "outputDir": "storybook-static" | ||
|  |           } | ||
|  |         } | ||
|  |       } | ||
|  |     } | ||
|  |   } | ||
|  | } |