{ "name": "api-devices-testing", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/api-devices-testing/src", "projectType": "library", "tags": ["process:api-test"], "// targets": "to see all targets run: nx show project api-devices-testing --web", "targets": { "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"] }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/api-devices-testing/jest.config.cts" } } } }