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