#Tsc or esbuild
12 messages · Page 1 of 1 (latest)
ESBuild does not type check, it only emits.
You still want to use tsc to type check and make sure your code is right; and for emitting you can use either.
Not that I know of, and I don't think it's necessary either.
You just said above that tsc can do both?
Right, I made the assumption that they don't want to use tsc for emitting.
tsc dosen't do bundling