{ "name": "angular", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/angular", "projectType": "library", "targets": { "test": {}, "build-base": { "executor": "@nrwl/js:tsc", "options": { "assets": [ { "input": "packages/angular", "glob": "**/files/**", "output": "/" }, { "input": "packages/angular", "glob": "**/creator-files/**", "output": "/" }, { "input": "packages/angular", "glob": "**/files/**/.gitkeep", "output": "/" }, { "input": "packages/angular", "glob": "**/*.json", "ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"], "output": "/" }, { "input": "packages/angular", "glob": "**/*.js", "ignore": ["**/jest.config.js"], "output": "/" }, { "input": "packages/angular", "glob": "**/*.d.ts", "output": "/" }, { "input": "", "glob": "LICENSE", "output": "/" } ] } }, "build": { "executor": "nx:run-commands", "outputs": ["{workspaceRoot}/build/packages/angular"], "options": { "commands": [ { "command": "node ./scripts/build-angular" }, { "command": "node ./scripts/copy-readme.js angular" } ], "parallel": false } }, "lint": {} }, "implicitDependencies": ["workspace", "cypress", "jest"] }