mybb2
mybb2 copied to clipboard
Convert all existing JavaScript to TypeScript.
All custom JavaScript (cookie handling, spinner, modals, etc.) should be written in TypeScript.
TypeScript should allow us to catch glaringly obvious errors in our JS much quicker due to its build time checks (rather than waiting for exceptions at runtime).