oneezy / monorepo

Turborepo + Sveltekit + PNPM + Tailwind + Histoire
https://oneezy-monorepo.vercel.app
MIT License
87 stars 9 forks source link

Feature request: Make an example app and package with typescripted svelte version #3

Closed gyurielf closed 2 years ago

gyurielf commented 2 years ago

It would be nice for a lot of people like me who like to use typescript.

oneezy commented 2 years ago

I actually attempted to do that in the beginning but ended up with a number of different issues with ts so we opted out of it for this starter project. I don't think it's a bad idea though it just ended up being troublesome for us.

Could possibly create a separate branch and make it fully blown typescript or make a separate repo altogether

gyurielf commented 2 years ago

I see. Thanks for the quick answer!

magick93 commented 1 year ago

Do you remember what the issues with adding Typescript were?