I would like to use gulp-typescript module to take care typescript compiling. The current setup I would like to achieve is having one javascript file per typescript file in the same directory. It is the same what VS Typescript module does.
Unfortunately, I did not find anything like this in the documentation. I also searched for this in the google but there is no result.
Thanks for any help in advance!