{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "angular-ssr": { "projectType": "application", "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": "dist/angular-ssr", "index": "src/index.html", "browser": "src/main.ts", "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "assets": [ { "glob": "**/*", "input": "public" } ], "styles": ["src/styles.css"], "scripts": [], "server": "src/main.server.ts", "prerender": false, "ssr": { "entry": "src/server.ts" } }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "1MB", "maximumError": "2MB" }, { "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-ssr:build:production" }, "development": { "buildTarget": "angular-ssr:build:development" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular/build:extract-i18n" } } }, "angular": { "projectType": "library", "root": "projects/angular", "sourceRoot": "projects/angular/src", "prefix": "lib", "architect": { "build": { "builder": "@angular/build:ng-packagr", "options": { "project": "projects/angular/ng-package.json" }, "configurations": { "production": { "tsConfig": "projects/angular/tsconfig.lib.prod.json" }, "development": { "tsConfig": "projects/angular/tsconfig.lib.json" } }, "defaultConfiguration": "production" } } } }, "cli": { "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": "." } } }