TypeDoc: How to use typedoc-plugin-markdown & typedoc-plugin-zod so infered zod types look better on md?

329 views Asked by At

I'd like to generate my TypeDoc files with the markdown plugin, and then use the zod plugin so the inferred types actually tell you something and not just

z.infer<typeof AccountResponse>

But when I run

typedoc --plugin typedoc-plugin-markdow

and then

typedoc --plugin typedoc-plugin-zod

My markdown files turn html again, as it is typedocs default.

Any ideas on how to do this?

0

There are 0 answers