I would like to use the gulp - typescript module to compile typescript. The current setup I would like to get is to have one javascript file in the typescript file in the same directory. This is what the VS typescript module does.
Unfortunately, I did not find anything like this in the documentation. I also searched this on google, but there is no result.
Thanks for any help in advance!
source
share