I am trying to change the filename of a TypeScript generated js file. How can I accomplish this?
For instance, I currently have MyCompany.ClassA.ts
The default output filename is MyCompany.ClassA.js
However, I would like the output filename to be MyCompany.ClassA.generated.js
I've checked the .tsConfig
file but couldn't find any relevant information there.
**Note:** I am using Visual Studio 2013 to work with Typescript and generate the js files