Skip to content

Commit 7221e42

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent f8a89f8 commit 7221e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/jsdoc-annotation-transformer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package provides a TypeScript compiler transformer that automatically adds
88

99
## How It Works
1010

11-
The transformer hooks into the TypeScript compilation process using `ts-patch` and automatically adds JSDoc comments above type definitions. Each comment includes:
11+
The [TS transformer](https://github.com/itsdouges/typescript-transformer-handbook) hooks into the TypeScript compilation process using `ts-patch` and automatically adds JSDoc comments above type definitions. Each comment includes:
1212

1313
- The type name
1414
- A description explaining the type is derived from a Zod schema

0 commit comments

Comments
 (0)