Kevin

Results 2 issues of Kevin

Without ImmediatelyFast, Hypixel scoreboard text is bright: ![Screenshot 2024-06-29 at 12 28 58 PM](https://github.com/RaphiMC/ImmediatelyFast/assets/49735863/836cf0be-cd93-48ef-a787-b2aa1edde4a9) With ImmediatelyFast, Hypixel scoreboard text is dimmed: ![Screenshot 2024-06-29 at 12 21 56 PM](https://github.com/RaphiMC/ImmediatelyFast/assets/49735863/3c457e79-d985-4f22-986a-8713e615e99a) Strangely, the...

bug
not-confirmed

Because the type declarations are `.d.ts` and the package does not have `"type": "module"`, TypeScript assumes this package is [CommonJS only despite having an ESM export](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md) when `"moduleResolution": "node16"` is...