From 6bf77149f8b933a73288b5eb3c5234fa2e488461 Mon Sep 17 00:00:00 2001 From: Matthew Herod Date: Fri, 3 Jan 2025 16:18:22 +0000 Subject: [PATCH] fix: remove redundant TypeDoc configuration options --- typedoc.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/typedoc.json b/typedoc.json index 8b4cfa0..89ebdb1 100644 --- a/typedoc.json +++ b/typedoc.json @@ -13,14 +13,5 @@ "includeVersion": true, "categorizeByGroup": true, "categoryOrder": ["Core", "Browsers", "CLI", "*"], - "tsconfig": "tsconfig.json", - "baseUrl": ".", - "paths": { - "@/*": ["src/*"], - "@core/*": ["src/core/*"], - "@utils/*": ["src/utils/*"], - "@browsers/*": ["src/browsers/*"], - "@cli/*": ["src/cli/*"], - "@types/*": ["src/types/*"] - } + "tsconfig": "tsconfig.json" }