I need to change the TypeScript generated js file name to something else. How can I do that
For example I have MyCompany.ClassA.ts
It will generate MyCompany.ClassA.js
by default
But I want MyCompany.ClassA.generated.js
I took a look at .tsConfig
file but I couldn't find anything useful there.
ps. I am using VisualStudio2013 for Typescript and generating the js files