From 2492053823e380a52f00f421753a6369c14523bb Mon Sep 17 00:00:00 2001 From: Patrick Sletvold Date: Sat, 9 Oct 2021 17:34:05 +0200 Subject: [PATCH] Fix typedoc entrypoint --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0a40a52..90a4ec1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,7 +43,7 @@ "theme": "minimal", "includeVersion": true, "excludePrivate": true, - "entryPoints": ["src"], + "entryPoints": ["src/WeaponPlugin.ts"], "exclude": ["src/main.ts", "src/validateConfig.ts"] } }