{ "name": "@alga-psa/types", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/types/src", "projectType": "library", "tags": ["scope:types", "type:horizontal"], "targets": { "build": { "executor": "nx:run-commands", "outputs": ["{projectRoot}/dist"], "options": { "command": "tsc -b", "cwd": "packages/types" } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["packages/types/**/*.{ts,tsx}"] } } } }