···4455## Info
6677-> To get started, run `deno run -A jsr:@hotsocket/lexiconqueror`
77+### Get Started
88+99+- Run `deno run -A jsr:@hotsocket/lexiconqueror setup` in your project root
1010+- Configure imports under `"@/"` to point to your `outputDir`
1111+- Add `jsr:@hotsocket/dhmo` and `jsr:@hotsocket/atproto-common` to your project
1212+- Run `deno run -A jsr:@hotsocket/lexiconqueror download` to retrieve lexicons
1313+- Run `deno run -A jsr:@hotsocket/lexiconqueror convert` to convert your downloaded lexicons to TypeScript files
814915### Links
1016
···11+# Additional JSDoc Tags
22+33+This document outlines extra tags used in generated doc comments.
44+55+| Tag | Associated Types | Description |
66+| ----------------- | ---------------- | ------------------------------------------- |
77+| `@lextype <type>` | (all) | The original type specified in the lexicon. |
···11+/*
22+ * This Source Code Form is subject to the terms of the Mozilla Public
33+ * License, v. 2.0. If a copy of the MPL was not distributed with this
44+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
55+ */
66+17import z from "@zod/zod";
28import { config_z } from "./config.ts";
39