Is there a way to use swc to do the compilation instead of the typescript compiler? ts-node has support for this, which is quite nice: https://typestrong.org/ts-node/docs/swc/ (build times drop from seconds to instant)
Is there a way to use swc to do the compilation instead of the typescript compiler?
ts-node has support for this, which is quite nice: https://typestrong.org/ts-node/docs/swc/
(build times drop from seconds to instant)