diff --git a/packages/repo-tools/src/commands/package-docs/command.ts b/packages/repo-tools/src/commands/package-docs/command.ts index b9ebfec85c..7f6b950b10 100644 --- a/packages/repo-tools/src/commands/package-docs/command.ts +++ b/packages/repo-tools/src/commands/package-docs/command.ts @@ -106,7 +106,6 @@ async function generateDocJson(pkg: string) { } catch (e) { console.error('Failed to generate docs for', pkg); console.error(e); - // test } } diff --git a/typedoc.base.jsonc b/typedoc.base.jsonc deleted file mode 100644 index 7a4085ec31..0000000000 --- a/typedoc.base.jsonc +++ /dev/null @@ -1,9 +0,0 @@ -{ - // Note: In TypeDoc 0.26 you can instead specify `packageOptions` if running - // only with packages mode. The separate base config file is retained in this - // example so that individual packages can be built for demonstration of the - // advanced method in the readme. - - "$schema": "https://typedoc.org/schema.json", - "includeVersion": true -}