Sveltekit have this template where I can opt out of typescript and use vanilla JS with type checking via JSDoc instead. From what I know this is enabled using jsconfig.json link to sveltekit jsconfig.json. I might not be aware of some intricacies with context to Elysia since it primarily supports TS which works with Bun's TS runner. Is this even possible with Elysia without any unwanted behaviour?
I will test it on my end, if it works maybe we can add it as a template.
Sveltekit have this template where I can opt out of typescript and use vanilla JS with type checking via JSDoc instead. From what I know this is enabled using jsconfig.json link to sveltekit jsconfig.json. I might not be aware of some intricacies with context to Elysia since it primarily supports TS which works with Bun's TS runner. Is this even possible with Elysia without any unwanted behaviour?
I will test it on my end, if it works maybe we can add it as a template.