{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "apps", "cli": { "analytics": false }, "projects": { "app": { "projectType": "application", "schematics": { "@schematics/angular:application": { "strict": true } }, "root": ".", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": { "base": "dist" }, "index": "src/index.html", "tsConfig": "tsconfig.json", "assets": [], "styles": [], "scripts": [], "browser": "src/main.ts" } } } } } }