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