From e8e56a3f7240f7c97a7b5d955c58d0911be20c0b Mon Sep 17 00:00:00 2001 From: ztimson Date: Sun, 22 Sep 2024 03:09:52 -0400 Subject: [PATCH] Fixed doc output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffab507..1395666 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "scripts": { "build": "npx tsc && npx vite build", - "docs": "typedoc --plugin typedoc-plugin-markdown --hidePageHeader --out ./docs --entryPoints src/**/*.ts", + "docs": "typedoc --plugin typedoc-plugin-markdown --cleanOutputDir false --outputFileStrategy modules --hidePageHeader --out ./docs --entryPoints src/**/*.ts --readme none --entryFileName Home", "test": "npx jest", "test:coverage": "npx jest --coverage", "watch": "npx vite build --watch"