mattjennings / sveltekit-blog-template

A SvelteKit blog template
https://sveltekit-blog-template.vercel.app
MIT License
233 stars 35 forks source link

Typescript rewrite #24

Closed baseplate-admin closed 1 year ago

baseplate-admin commented 1 year ago

Hi,

Thanks for creating this awesome package. I was wondering if it was possible to recreate this package using typescript?

mattjennings commented 1 year ago

I purposefully wrote it in JS so that it didn't require knowing TS to use this template. It isn't too much work to convert the JS portions into TS for those that want it (whereas the opposite is not true).

baseplate-admin commented 1 year ago

Fair enough. Have a good day :D