## Search terms <!-- Include keywords that might help others with the same problem find this issue --> ## Expected Behavior <!-- How did you expect Typedoc to work? --> Should produce no errors, working in v0.28.7 ## Actual Behavior <!-- What does Typedoc fail to do? --> Produces html output error ## Steps to reproduce the bug <!-- Note: Turn off skipErrorChecks before reporting a crash. Bug reports for crashes with that option on are out of scope. Note: Please try to reproduce the issue WITHOUT any plugins enabled before reporting a bug. If possible, please create a *minimal* repo reproducing your problem. If it is more than a single small file, please submit a pull request to https://github.com/TypeStrong/typedoc-repros which changes the files necessary to reproduce your bug. If this is not possible, include at least: 1. Installed packages + versions 2. The code TypeDoc doesn't work on 3. tsconfig.json 4. How you are running TypeDoc + any relevant configuration files --> Repro link: https://stackblitz.com/edit/github-gzbuzr-mv5gr322 1. Run `pnpm i` 2. Run `pnpm build:docs` to observe that you get an html error, change to v0.28.7, and the error goes away ## Environment - Typedoc version: v0.28.8 - TypeScript version: v5.8.3 - Node.js version: - OS: