From 98bc82514ca3f241411648b2ad5815e78c4a0392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Sat, 14 Aug 2021 18:13:13 +0800 Subject: [PATCH] chore: add some exclude config --- typedoc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typedoc.json b/typedoc.json index d98059b3..1a27f570 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,6 +2,9 @@ "name": "VS Code API", "readme": "./README.md", "sort": ["source-order"], + "excludePrivate": true, + "excludeProtected": true, + "excludeInternal": true, "entryPoints": ["./vscode.d.ts"], "out": "docs" } \ No newline at end of file