TS 5.3 will be 20% smaller than TS 5.2

Change is https://github.com/microsoft/TypeScript/pull/55273

Maybe I'll have the time to finally try https://github.com/microsoft/TypeScript/issues/51440 for even more savings?

Move tsserverlibrary.js to typescript.js, make tsserverlibrary.js a shim by jakebailey · Pull Request #55273 · microsoft/TypeScript

The thinking here is: External users (ts-eslint, others) are wanting to use ProjectService without the problems of importing typescript twice. Moving ProjectService into typescript.js is effective...

GitHub

Now that the nightly is out, I get to pull the numbers from packagephobia and yay!

In 4.9, I deleted some files that had accidentally been included in the package since 3.7 (!)
In 5.0,✨modules✨
In 5.3, tsserverlibrary.js replaces typescript.js.

I hope there's more, somehow...