JstnMcBrd / discord-delphi

Ethics bot for Discord
0 stars 0 forks source link

Improve TypeScript config #40

Closed JstnMcBrd closed 3 months ago

JstnMcBrd commented 5 months ago

Added

Changed

Removed

JstnMcBrd commented 5 months ago

TypeScript 5.5 throws errors when type-checking discord.js.

This appears to be an undocumented breaking change with the recent update - TypeScript 5.4 works fine. Turning on skipLibCheck is a valid workaround until discord.js fixes their types.