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