Leaving this TODO for myself; right now, I store the clone of TypeScript and associated info / data inside of the package dir. This is fine, except if you use pnpm, the path to that dir changes whenever the package version is bumped, meaning the package gets duplicated and needs a reclone, which isn't great.
But, I don't want to have just one directory shared between every every-ts instance (since one might want to install it twice for some reason), so some other fix needs to be figured out there.