Closed
Description
I would like to do some custom file writing within my transformer instead of doing actual typescript > javascritpt emitting. For this I tried to set "noEmit": true
on my tsconfig but due to this also no transformers are called.
Is there a way, or can you add a way that the transformers are called with noEmit set? I also tried to return a null node in the transformer in the hope that this would indicate not to emit anything for this file.
Metadata
Metadata
Assignees
Labels
No labels