{ "name": "tasks", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/web/tasks/src", "prefix": "lib", "projectType": "library", "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/web/tasks/jest.config.ts" } }, "lint": { "executor": "@nx/eslint:lint" } } }