The TypeScript Compiler was given no files for compilation, so it will skip compiling

后端 未结 6 1392
无人及你
无人及你 2020-12-17 02:38

When i am trying to Build my default JavaScript project(BlankApp Apache Cordova) in Visual Studio 2015 preview am getting following error.

The TypeScr

6条回答
  •  执念已碎
    2020-12-17 03:29

    It seems that there is no type script file available to compile. add a blank type script file under script folder and then compile, it should work.

提交回复
热议问题