{
  "name": "@oshun/platform-foundations",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/oshun/platform-foundations/src",
  "projectType": "library",
  "tags": ["scope:oshun", "layer:foundations", "type:lib"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/oshun/platform-foundations",
        "main": "libs/oshun/platform-foundations/src/index.ts",
        "tsConfig": "libs/oshun/platform-foundations/tsconfig.lib.json",
        "assets": []
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": { "lintFilePatterns": ["libs/oshun/platform-foundations/**/*.ts"] }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/oshun/platform-foundations/vitest.config.ts",
        "passWithNoTests": false
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": { "cwd": "libs/oshun/platform-foundations", "command": "tsc --noEmit" }
    }
  }
}
