As I build out swyxkit, I am finding that I am no longer prototyping and that I need to be able to refactor with confidence. This makes it the right time to introduce types! I was tempted to use TypeScript since I am more familiar with that, but since SvelteKit is written with JSDoc types, I figured I’d finally give that a try as I had never tried it before.