Skip to content

Commit

Permalink
fix: remove redundant TypeDoc configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
mherod committed Jan 3, 2025
1 parent 060ebe1 commit 6bf7714
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 6bf7714

Please sign in to comment.