{
  "name": "@nyx/renderer-background",
  "sourceRoot": "libs/nyx/renderer/background/src",
  "projectType": "library",
  "tags": ["scope:nyx", "type:renderer"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/nyx/renderer/background",
        "main": "libs/nyx/renderer/background/src/index.ts",
        "tsConfig": "libs/nyx/renderer/background/tsconfig.lib.json",
        "assets": []
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/nyx/renderer/background/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/nyx/renderer/background/vitest.config.ts"
      }
    }
  }
}
