{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { "analytics": false, "cache": { "enabled": true, "path": "target/.cache" }, "packageManager": "pnpm" }, "newProjectRoot": "projects", "projects": { "stc-wc": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "projects/stc-wc", "sourceRoot": "projects/stc-wc/src", "prefix": "stc", "architect": { "build": { "builder": "@angular-builders/custom-webpack:browser", "options": { "customWebpackConfig": { "path": "node_modules/@maggioli/bld-ng/conf/webpack/132/vert.js" }, "outputPath": "target/angular/dist/stc-wc", "index": "projects/stc-wc/src/index.html", "main": "projects/stc-wc/src/main.ts", "tsConfig": "projects/stc-wc/tsconfig.app.json", "aot": true, "assets": [ "projects/stc-wc/src/html", "projects/stc-wc/src/i18n" ], "styles": [], "scripts": [] }, "configurations": { "production": { "optimization": false, "outputHashing": "none", "sourceMap": false, "namedChunks": false, "vendorChunk": false, "buildOptimizer": true } } } } } }, "defaultProject": "stc-wc" }