#Good typescript complier

13 messages · Page 1 of 1 (latest)

soft topaz
#

What is the best complier besides tsc? I need one that is fast and uses type-checking.

lilac haven
#

i don’t really know anything besides tsc from typescript. how slow does it take for your code to finish compiling?

#

frankly i’m not sure if there even is anything besides tsc

soft topaz
#

Mainly I'm using swc which is really fast but it doesn't have type checking.

lilac haven
#

ooh yes i’ve heard about swc. unfortunately i really don’t know of any. maybe someone else knows 🤷‍♂️

soft topaz
#

It's ok, thanks for trying to help tho!

soft topaz
#

typechecking isn't provided though

#

id recommend using tsc in production and tsup in dev

past mauve
#

Just idk why you dont want to use tsc

soft topaz
#

it can be slow at times, especially for successive transpilations

near kiln
#

yeah nothing else does type checking other than tsc really

#

that is prod-ready at least