Most people use esbuild or swc or oxc instead of the typescript compiler directly specifically because of how slow tsc is.
In fact tsc was slow enough that it was rewritten into a different language for version 7, with the performance of the compiled output as the primary motivation.