From b314fc68ee48f85b887e6767c48faaa5cf6dfd03 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Thu, 7 Nov 2024 17:34:07 -0600 Subject: [PATCH] Fix Typedoc config --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6c7d45e..cbe7f41 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "typedocOptions": { "entryPoints": ["./src/index.ts"], "out": "docs", - "name": "ZenFS Devices", - "plugin": ["typedoc-plugin-remove-references"] + "name": "ZenFS Devices" } }