{ "name": "tutorial", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "nx-dev/tutorial/src", "projectType": "library", "tags": [], "// targets": "to see all targets run: nx show project tutorial --web", "targets": { "build": { "inputs": ["{projectRoot}/src/**/**"] }, "lint": { "command": "echo no linting", "cache": true } } }