From 8a8b5d6264c51871e96919ce5c38c6e29bdfedd2 Mon Sep 17 00:00:00 2001 From: Kamran Ayub Date: Mon, 15 Nov 2021 21:39:33 -0600 Subject: [PATCH] chore: typedoc works now --- package.json | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f2950c..d469eaa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "watch": "tsc -w", "start": "npm link && nodemon", "semantic-release": "semantic-release", - "docs": "typedoc", + "docs": "typedoc src/index.ts", "prepare:ci": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/" }, "repository": { diff --git a/tsconfig.json b/tsconfig.json index 921690e..69be3e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,7 +31,6 @@ "include": ["src"], "exclude": ["node_modules", "**/__tests__/*", "coverage"], "typedocOptions": { - "mode": "modules", "out": "docs" } }