{ "name": "nx-dev-ui-commands", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "nx-dev/ui-commands/src", "projectType": "library", "tags": ["scope:nx-dev", "type:ui"], "targets": { "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["nx-dev/ui-commands/**/*.{ts,tsx,js,jsx}"] } }, "test": { "executor": "@nrwl/jest:jest", "outputs": ["{workspaceRoot}/coverage/nx-dev/ui-commands"], "options": { "jestConfig": "nx-dev/ui-commands/jest.config.ts", "passWithNoTests": true } } } }