pl-api: improve docs

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-29 22:07:57 +01:00
parent 1afee77af7
commit 14d75be0de
5 changed files with 16 additions and 6 deletions

View File

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