{
    "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
    "version": 1,
    "newProjectRoot": "projects",
    "defaultProject": "lib",
    "cli": {
        "analytics": false,
        "cache": {
            "enabled": false
        }
    },
    "projects": {
        "lib": {
            "projectType": "library",
            "root": "",
            "sourceRoot": "./ts",
            "prefix": "lib",
            "architect": {
                "build": {
                    "builder": "@angular-devkit/build-angular:ng-packagr",
                    "options": {
                        "project": "./ng-package.json",
                        "tsConfig": "./tsconfig.json"
                    }
                }
            }
        },
        "js": {
            "projectType": "library",
            "root": "./",
            "sourceRoot": "ts",
            "prefix": "lib",
            "architect": {
                "build": {
                    "builder": "@angular-devkit/build-angular:server",
                    "options": {
                        "outputPath": "./test-build/",
                        "main": "./ts/main.test.ts",
                        "optimization": false,
                        "extractLicenses": false,
                        "preserveSymlinks": true,
                        "sourceMap": true,
                        "namedChunks": true,
                        "tsConfig": "./tsconfig.webpack.json"
                    }
                }
            }
        }
    }
}
