From ce764e29f5afacd49bc1c4668f58ce96f214c09b Mon Sep 17 00:00:00 2001 From: Bonjour Internet Date: Thu, 13 Oct 2022 17:01:56 +0200 Subject: [PATCH] Revert "doc: Do not generate docs for internal use helpers (#84)" (#85) This reverts commit 5849360c172f27241a3dd2b9a1574eb7832cab18. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf1ed5dc..2aee7409 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "scripts": { "build": "rm -rf dist/ && tsc", - "doc": "typedoc --excludeNotDocumented --excludeInternal --excludePrivate", + "doc": "typedoc", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet", "lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", "prepack": "npm run test && npm run build",