{
  "name": "@nyx/fundamentals-course",
  "$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/nyx/education/courses/fundamentals/src",
  "projectType": "library",
  "tags": ["scope:nyx", "type:course", "domain:education"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "apps/nyx/education/courses/fundamentals/dist",
        "main": "apps/nyx/education/courses/fundamentals/src/index.ts",
        "tsConfig": "apps/nyx/education/courses/fundamentals/tsconfig.lib.json",
        "assets": []
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["apps/nyx/education/courses/fundamentals/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "config": "apps/nyx/education/courses/fundamentals/vitest.config.ts",
        "reportsDirectory": "apps/nyx/education/courses/fundamentals/coverage"
      }
    }
  }
}
