{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "projects": { "lib": { "projectType": "library", "root": ".", "sourceRoot": "./src", "prefix": "lib", "architect": { "build": { "builder": "@angular/build:ng-packagr", "configurations": { "production": { "tsConfig": "./tsconfig.lib.prod.json" }, "development": { "tsConfig": "./tsconfig.lib.json" } }, "defaultConfiguration": "production" }, "test": { "builder": "@angular/build:karma", "options": { "tsConfig": "./tsconfig.spec.json" } } } } }, "cli": { "analytics": false } }