I will try to be as specific as possible.
We work with TFS and we use typescript for client scripts.
When we develop locally, we can do everything perfectly fine, but the problem is with published websites from TFS.
The problem is that when we want to perform a deployment, or if we want to automate it, we need to work around it, because in _PublishedWebsites typescript nothing seems to be compiled, and the script folder contains only .ts files.
Currently, a workaround is to go to the build folder and copy the .js files. This workaround works for now, but I think the ideal scenario would be to have .js files generated in the _PublishedWebsites folder.
We tried different options, but we could not find a solution, but the information found around is not very large.
Any help would be appreciated.
Thanks.
EDIT: we are using VS 2013 and the latest version of TFS and typescript. Ts files are added to the MVC project.
source share