Using TypeScript in an existing Visual Studio Web Site project

前端 未结 8 2206
南旧
南旧 2020-11-29 06:16

I\'ve got an existing Visual Studio project that was setup as a \"Web Site\" project. You can create projects like this by going to File->New Web Site. This is a different

8条回答
  •  春和景丽
    2020-11-29 07:09

    Josh, I am using Visual Studio 2012 Express for Web and what I've realized is that every time you save the .ts file, it automatically generates the .js.

    Check your .ts folder each time you save a file and confirm if this is not happening to you too.

提交回复
热议问题