What is the use case for noEmit
in Typescript? I'm interested because I want to see if I can use this for development where I'll compile and run the compiled code without outputting them onto the file system which would be more efficient.
Edit: Perhaps this would be straight forward: "Can I use noEmit
tag in typescript to compile and run the code without outputting them onto the file system? If so, how would I do that?"