| { |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| "version": 1, |
| "newProjectRoot": "projects", |
| "projects": { |
| "watch_web_app": { |
| "projectType": "application", |
| "schematics": {}, |
| "root": "", |
| "sourceRoot": "src", |
| "prefix": "app", |
| "architect": { |
| "build": { |
| "builder": "@angular-devkit/build-angular:application", |
| "options": { |
| "outputPath": "dist/watch_web_app", |
| "index": "src/index.html", |
| "browser": "src/main.ts", |
| "polyfills": [ |
| "zone.js" |
| ], |
| "tsConfig": "tsconfig.app.json", |
| "assets": [ |
| { |
| "glob": "**/*", |
| "input": "public" |
| } |
| ], |
| "styles": [ |
| "@angular/material/prebuilt-themes/azure-blue.css", |
| "src/styles.css" |
| ], |
| "scripts": [] |
| }, |
| "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-devkit/build-angular:dev-server", |
| "configurations": { |
| "production": { |
| "buildTarget": "watch_web_app:build:production" |
| }, |
| "development": { |
| "buildTarget": "watch_web_app:build:development" |
| } |
| }, |
| "defaultConfiguration": "development" |
| }, |
| "extract-i18n": { |
| "builder": "@angular-devkit/build-angular:extract-i18n" |
| }, |
| "test": { |
| "builder": "@angular-devkit/build-angular:karma", |
| "options": { |
| "polyfills": [ |
| "zone.js", |
| "zone.js/testing" |
| ], |
| "tsConfig": "tsconfig.spec.json", |
| "assets": [ |
| { |
| "glob": "**/*", |
| "input": "public" |
| } |
| ], |
| "styles": [ |
| "@angular/material/prebuilt-themes/azure-blue.css", |
| "src/styles.css" |
| ], |
| "scripts": [] |
| } |
| } |
| } |
| } |
| }, |
| "cli": { |
| "analytics": "07d3789a-0961-4a44-8968-bf8f98df722d" |
| } |
| } |