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

后端 未结 6 1400
无人及你
无人及你 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:31

    This is a known issue in the CTP3 release. It sounds like you've created a JS-based project, and have not added any TypeScript files, and so of course there are no .ts (aka TypeScript) files passed to the compiler. Ideally the compiler wouldn't be run at all, but the warning is harmless, and everything else should otherwise be working.

提交回复
热议问题