Please describe the problem you are having in as much detail as possible:
Our CI threw this right after #3530 was merged into master
This failed us both on new staging as well as old, long-tested production builds that installed the new version on build

Include a reproducible code sample here, if possible:
install discord.js
use typescript
try to compile
Further details:
Fixed in #3689
You should definitely add TS compilation to the CI tests, then this type of error can never happen from merging into master.
Should also probably not rely on master for production 👀
But yes, generally this will be done.
The production part was tested and mentioned to make sure that no changes on our codebase could have been the cause 😁
Nice 👍