bigbuffet-rw/packages/pl-api/typedoc.config.mjs
marcin mikołajczak ee0232e2e6 pl-api: works on docs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-29 22:26:53 +01:00

12 lines
275 B
JavaScript

/** @type {Partial<import('typedoc').TypeDocOptions>} */
const config = {
entryPoints: ['./lib/main.ts'],
plugin: ['typedoc-material-theme', 'typedoc-plugin-valibot'],
themeColor: '#d80482',
navigation: {
includeCategories: true,
},
};
export default config;