{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "angular-starter": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": { "base": "dist/angular-starter" }, "index": "src/index.html", "polyfills": [ "src/polyfills.ts" ], "tsConfig": "tsconfig.app.json", "assets": [ "src/favicon.ico", "src/assets" ], "styles": [ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.scss" ], "scripts": [], "extractLicenses": false, "sourceMap": true, "optimization": false, "namedChunks": true, "preserveSymlinks": true, "browser": "src/main.ts" }, "configurations": { "production": { "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "optimization": true, "outputHashing": "all", "sourceMap": false, "namedChunks": false, "extractLicenses": true, "budgets": [ { "type": "initial", "maximumWarning": "2mb", "maximumError": "5mb" }, { "type": "anyComponentStyle", "maximumWarning": "6kb", "maximumError": "10kb" } ] } }, "defaultConfiguration": "" }, "serve": { "builder": "@angular/build:dev-server", "options": { "buildTarget": "angular-starter:build" }, "configurations": { "production": { "buildTarget": "angular-starter:build:production" } } }, "extract-i18n": { "builder": "@angular/build:extract-i18n", "options": { "buildTarget": "angular-starter:build" } }, "lint": { "builder": "@angular-eslint/builder:lint", "options": { "lintFilePatterns": [ "src/**/*.ts", "src/**/*.html" ] } }, "storybook": { "builder": "@storybook/angular:start-storybook", "options": { "configDir": ".storybook", "browserTarget": "angular-starter:build", "compodoc": true, "compodocArgs": [ "-e", "json", "-d", "." ], "port": 6006 } }, "build-storybook": { "builder": "@storybook/angular:build-storybook", "options": { "configDir": ".storybook", "browserTarget": "angular-starter:build", "compodoc": true, "compodocArgs": [ "-e", "json", "-d", "." ], "outputDir": "storybook-static" } } } } }, "cli": { "schematicCollections": [ "@schematics/angular" ], "analytics": false }, "schematics": { "@schematics/angular:component": { "type": "component" }, "@schematics/angular:directive": { "type": "directive" }, "@schematics/angular:service": { "type": "service" }, "@schematics/angular:guard": { "typeSeparator": "." }, "@schematics/angular:interceptor": { "typeSeparator": "." }, "@schematics/angular:module": { "typeSeparator": "." }, "@schematics/angular:pipe": { "typeSeparator": "." }, "@schematics/angular:resolver": { "typeSeparator": "." } } }