#Does someone know a way to disable tsc?
4 messages · Page 1 of 1 (latest)
do you need to use tsc? you could use ts-node --swc --transpile-only
already found the solution, tsc | exit 0 does the job 🙂
well i prefer running it in node in production, its probs not that much of a difference but yea