TypeScript / Visual Studio 2012 / Compilation parameters

前端 未结 4 1325
失恋的感觉
失恋的感觉 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:49

    Follow the guide on this StackOverflow answer. replace --module amd to --sourcemap.

    Visual Studio TypeScript Options

提交回复
热议问题