@@ -106,7 +106,6 @@ async function generateDocJson(pkg: string) {
|
||||
} catch (e) {
|
||||
console.error('Failed to generate docs for', pkg);
|
||||
console.error(e);
|
||||
// test
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user