1{ 2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json", 3 "version": 1, 4 "newProjectRoot": "projects", 5 "projects": { 6 "watch_web_app": { 7 "projectType": "application", 8 "schematics": {}, 9 "root": "", 10 "sourceRoot": "src", 11 "prefix": "app", 12 "architect": { 13 "build": { 14 "builder": "@angular-devkit/build-angular:application", 15 "options": { 16 "outputPath": "dist/watch_web_app", 17 "index": "src/index.html", 18 "browser": "src/main.ts", 19 "polyfills": [ 20 "zone.js" 21 ], 22 "tsConfig": "tsconfig.app.json", 23 "assets": [ 24 { 25 "glob": "**/*", 26 "input": "public" 27 } 28 ], 29 "styles": [ 30 "@angular/material/prebuilt-themes/azure-blue.css", 31 "src/styles.css" 32 ], 33 "scripts": [] 34 }, 35 "configurations": { 36 "production": { 37 "budgets": [ 38 { 39 "type": "initial", 40 "maximumWarning": "500kB", 41 "maximumError": "1MB" 42 }, 43 { 44 "type": "anyComponentStyle", 45 "maximumWarning": "4kB", 46 "maximumError": "8kB" 47 } 48 ], 49 "outputHashing": "all" 50 }, 51 "development": { 52 "optimization": false, 53 "extractLicenses": false, 54 "sourceMap": true 55 } 56 }, 57 "defaultConfiguration": "production" 58 }, 59 "serve": { 60 "builder": "@angular-devkit/build-angular:dev-server", 61 "configurations": { 62 "production": { 63 "buildTarget": "watch_web_app:build:production" 64 }, 65 "development": { 66 "buildTarget": "watch_web_app:build:development" 67 } 68 }, 69 "defaultConfiguration": "development" 70 }, 71 "extract-i18n": { 72 "builder": "@angular-devkit/build-angular:extract-i18n" 73 }, 74 "test": { 75 "builder": "@angular-devkit/build-angular:karma", 76 "options": { 77 "polyfills": [ 78 "zone.js", 79 "zone.js/testing" 80 ], 81 "tsConfig": "tsconfig.spec.json", 82 "assets": [ 83 { 84 "glob": "**/*", 85 "input": "public" 86 } 87 ], 88 "styles": [ 89 "@angular/material/prebuilt-themes/azure-blue.css", 90 "src/styles.css" 91 ], 92 "scripts": [] 93 } 94 } 95 } 96 } 97 }, 98 "cli": { 99 "analytics": "07d3789a-0961-4a44-8968-bf8f98df722d" 100 } 101} 102