From afc3e0d140ade6fdc97ef884018b5b95885a9aea Mon Sep 17 00:00:00 2001 From: Stephen Renwick Date: Mon, 15 Sep 2025 13:21:04 +0200 Subject: [PATCH] fix: typedoc should point to src/oscd-api.ts instead of oscd-api.ts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd01d80..f24c5e0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "npm run build && wtr --coverage", "test:watch": "npm run build && concurrently -k -r \"tsc -b --watch --preserveWatchOutput\" \"wtr --watch --coverage\"", "build": "npx rimraf dist && tsc --pretty", - "doc": "npx rimraf doc && typedoc --out doc oscd-api.ts", + "doc": "npx rimraf doc && typedoc --out doc src/oscd-api.ts", "prepare": "husky" }, "repository": {