{ "name": "twenty-ui", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/twenty-ui/src", "projectType": "library", "targets": { "build": { "executor": "@nx/vite:build", "outputs": ["{options.outputPath}"], "options": { "outputPath": "packages/twenty-ui/dist" } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"] }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "packages/twenty-ui/jest.config.ts" } } }, "tags": [] }