{
  "name": "@hathor/studio-web",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/hathor/studio-web/src",
  "projectType": "application",
  "tags": ["scope:hathor", "type:app", "platform:web", "domain:narrative"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsc -p apps/hathor/studio-web/tsconfig.app.json"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p apps/hathor/studio-web/tsconfig.app.json && tsc --noEmit -p apps/hathor/studio-web/tsconfig.spec.json"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "node --max-old-space-size=8192 ./node_modules/eslint/bin/eslint.js \"apps/hathor/studio-web/src/**/*.ts\""
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/coverage/apps/hathor/studio-web"],
      "options": {
        "command": "pnpm exec vitest run --config apps/hathor/studio-web/vitest.config.ts"
      }
    }
  }
}
