{ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/cypress/src", "projectType": "library", "targets": { "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["libs/cypress/**/*.ts"] } }, "test": { "executor": "@nrwl/jest:jest", "outputs": ["coverage/libs/cypress"], "options": { "jestConfig": "libs/cypress/jest.config.ts", "passWithNoTests": true } } }, "tags": [] }