TypeScript / Visual Studio 2012 / Compilation parameters

前端 未结 4 1328
失恋的感觉
失恋的感觉 2021-01-13 12:06

I need to generate Source Maps when the TypeScript Compiler is executed from Visual Studio 2012. In Sublime Text 2, I just had to add an extra parameter to the build script.

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-13 12:39

    In 0.9.5 you can use the following: Upload the project and in the property group and the following tag:

    true
    

    That make the job.

提交回复
热议问题