I've set up compodoc and it's successfully generating a documentation.json
file, however, it's documenting all private members of my components and cluttering the UI (in my case it's the storybook UI).
Of course, I can add the @ignore
jsdoc string, but I'd prefer not to clutter my components' jsdocs if I can avoid it.
Is it possible to configure compodoc to ignore all private members?