Skip to content

Commit e4a4864

Browse files
Update tools/zod2md-jsdocs/docs/zod2md-jsdocs-ts-transformer.md
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 0180436 commit e4a4864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/zod2md-jsdocs/docs/zod2md-jsdocs-ts-transformer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ export type Report = {
5151
"compilerOptions": {
5252
"plugins": [
5353
{
54-
"transform": "./path/to/transformer/dist",
54+
"transform": "./tools/zod2md-jsdocs/dist",
5555
"afterDeclarations": true,
56-
"baseUrl": "https://example.com/docs/api-reference.md"
56+
"baseUrl": "https://github.com/code-pushup/cli/blob/main/packages/<PROJECT-NAME>/docs/models-reference.md"
5757
}
5858
]
5959
}

0 commit comments

Comments
 (0)