{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "carnet-portal-app": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": "dist/carnet-portal-app", "index": "src/index.html", "browser": "src/main.ts", "polyfills": [ "zone.js" ], "tsConfig": "tsconfig.app.json", "assets": [ { "glob": "**/*", "input": "public" } ], "stylePreprocessorOptions": { "includePaths": [ "src/styles" ] }, "styles": [ "@angular/material/prebuilt-themes/azure-blue.css", "src/styles.scss" ], "scripts": [], "server": "src/main.server.ts", "prerender": true, "ssr": { "entry": "src/server.ts" } }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "2MB", "maximumError": "5MB" }, { "type": "anyComponentStyle", "maximumWarning": "4kB", "maximumError": "8kB" } ], "outputHashing": "all" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true, "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.development.ts" } ] } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular/build:dev-server", "options": { "allowedHosts": [ "localhost", "policy.alphaomegainfosys.com", "policy-2.alphaomegainfosys.com" ] }, "configurations": { "production": { "buildTarget": "carnet-portal-app:build:production" }, "development": { "buildTarget": "carnet-portal-app:build:development", "port": 5173 } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular/build:extract-i18n" }, "test": { "builder": "@angular/build:karma", "options": { "polyfills": [ "zone.js", "zone.js/testing" ], "tsConfig": "tsconfig.spec.json", "assets": [ { "glob": "**/*", "input": "public" } ], "stylePreprocessorOptions": { "includePaths": [ "src/styles" ] }, "styles": [ "@angular/material/prebuilt-themes/azure-blue.css", "src/styles.scss" ], "scripts": [] } } }, "i18n": { "sourceLocale": "en-US" } } }, "cli": { "analytics": "7c8b4b49-3b4a-41d5-97c5-1671d7b09dae" }, "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": "." } } }