{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { "packageManager": "pnpm" }, "newProjectRoot": "projects", "projects": { "planning-FE": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "browser": "src/main.ts", "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ { "glob": "**/*", "input": "public" }, { "glob": "**/*", "input": "src/assets", "output": "assets" } ], "stylePreprocessorOptions": { "includePaths": ["src/assets/style"] }, "styles": ["src/assets/styles/_loader.scss"] }, "configurations": { "production": { "outputHashing": "all" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular/build:dev-server", "configurations": { "production": { "buildTarget": "planning-FE:build:production" }, "development": { "buildTarget": "planning-FE:build:development" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular/build:extract-i18n" } } } } }