Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-02-09 13:08:44 -05:00
parent 7f089a8649
commit 8d480fdea2
2 changed files with 0 additions and 10 deletions
@@ -106,7 +106,6 @@ async function generateDocJson(pkg: string) {
} catch (e) {
console.error('Failed to generate docs for', pkg);
console.error(e);
// test
}
}
-9
View File
@@ -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
}