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" }