{ "$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-devkit/build-angular:browser", "options": { "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "tsConfig": "tsconfig.json", "assets": [], "styles": [], "scripts": [] } } } } } }