Issue #3293125: Pin minor version of TypeScript to satisfy typedoc
- Pinned TypeScript to a minor version that satisfies typedoc
- Ran
npm install --update-lockfile
to update package-lock.json with the changes. There is now a version of TypeScript to satisfy both astro and typedoc
Closes #3293125