#Does someone know a way to disable tsc?

4 messages · Page 1 of 1 (latest)

rose osprey
#

I have some type helpers that i dont want to copy over for building.
So i need to run tsc without checking the types of everything, does someone know a way?

fringe yarrow
#

do you need to use tsc? you could use ts-node --swc --transpile-only

rose osprey
#

well i prefer running it in node in production, its probs not that much of a difference but yea