For me, TypeScript is one of the biggest steps forward in JavaScript maintainability. Also, SVAR impressed me and I would like to use both of them together.
@mako, even when I open your example, in VSCode, it tells me
Cannot find module '@wx/svelte-core' or its corresponding type declarations. ts(2307)
What would be the best way to get SVAR (especially for Svelte 5, that's why I ran into the problem) closer to TypeScript? Adding support to DefinitelyTyped or helping with refactoring the code?