My TypeDoc-generated doc has no copyright footer. How should I add one?

My TypeDoc-generated doc has no copyright footer. How should I add one?

Starting from TypeDoc 0.26, the customFooterHtml option has become available. You can add a copyright footer by specifying in typedoc.json:
{
"customFooterHtml": "© 2024 <a href=\"https://example.com\">My Name</a>"
}
