We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0180436 commit e4a4864Copy full SHA for e4a4864
tools/zod2md-jsdocs/docs/zod2md-jsdocs-ts-transformer.md
@@ -51,9 +51,9 @@ export type Report = {
51
"compilerOptions": {
52
"plugins": [
53
{
54
- "transform": "./path/to/transformer/dist",
+ "transform": "./tools/zod2md-jsdocs/dist",
55
"afterDeclarations": true,
56
- "baseUrl": "https://example.com/docs/api-reference.md"
+ "baseUrl": "https://github.com/code-pushup/cli/blob/main/packages/<PROJECT-NAME>/docs/models-reference.md"
57
}
58
]
59
0 commit comments