monorepo: upgrade to TS 5.5, consider using `${configDir}` to DRY up `tsconfig.json`
See https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#the-${configdir}-template-variable-for-configuration-files13
This would allow us to factor out all the duplicated entries in the various sub-packages tsconfig.json into a e.g. tsconfig.base.json that exists in the root of the repo, and have sub-packages extend from the base file.
👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. If you think this issue needs to be prioritized, please comment to get the thread going again! Maintainers also review issues marked as stale on a regular basis and comment or adjust status if the issue needs to be reprioritized.