File tree Expand file tree Collapse file tree
tools/jsdoc-annotation-transformer Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments