{ "name": "edge-ui", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/edge-ui/src", "projectType": "library", "tags": [], "targets": { "lint": { "executor": "@nx/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["libs/edge-ui/**/*.{ts,tsx,js,jsx}"] } }, "test": { "executor": "@nx/vite:test", "outputs": ["{projectRoot}/coverage"], "options": { "passWithNoTests": true } } } }