Skip to content

Commit 00256ee

Browse files
author
John Doe
committed
refactor: wip
1 parent 594f451 commit 00256ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/jsdoc-annotation-transformer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The transformer hooks into the TypeScript compilation process using `ts-patch` a
1212

1313
- The type name
1414
- A description explaining the type is derived from a Zod schema
15-
- A link to the models reference documentation
15+
- A link to the type reference documentation
1616

1717
## Example
1818

@@ -51,7 +51,7 @@ export type Report = {
5151
"compilerOptions": {
5252
"plugins": [
5353
{
54-
"transform": "./packages/models/transformers/dist",
54+
"transform": "./path/to/transformer/dist",
5555
"afterDeclarations": true
5656
}
5757
]

tools/jsdoc-annotation-transformer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdoc-annotation-transformer",
3-
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
3+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "tools/jsdoc-annotation-transformer/src",
55
"projectType": "library",
66
"targets": {

0 commit comments

Comments
 (0)