{
  "name": "@neith/docs",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/docs/src",
  "projectType": "library",
  "tags": ["scope:neith", "layer:docs", "type:lib"],
  "targets": {
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "config": "libs/neith/docs/vitest.config.ts",
        "reportsDirectory": "../../coverage/libs/neith/docs"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/neith/docs"
      }
    }
  }
}
