Typescript will not properly compile in VS2012

前端 未结 2 966
孤街浪徒
孤街浪徒 2021-02-20 06:31

For no clear reason, Typescript has suddenly stopped reliably compiling into JS code.

Using VS2012, Typescript for VS ver 0.8.3.1 and Web Essentials ver 2.6 (set to \"Co

2条回答
  •  萌比男神i
    2021-02-20 07:10

    it happened to me,

    i solved this issue by setting the build action of the ts file to TypeScriptCompile

提交回复
热议问题