javascript - Warning 1 The TypeScript Compiler was given no files for compilation, so it will skip compiling -


in visual studio professional 2013 when created new apache cordova project, warning:

warning 1 typescript compiler given no files compilation, skip compiling.

few weeks before working fine getting error.

i re-install vs , tool apache cordova, still getting error.

how solve error? solution?

to fix warning !

  1. open (your project name).csproj texteditor tools ( notepad , editplus , etc.. )
  2. remove line..

    <import project="$(msbuildextensionspath32)\microsoft\visualstudio\v$(visualstudioversion)\typescript\microsoft.typescript.default.props" condition="exists('$(msbuildextensionspath32)\microsoft\visualstudio\v$(visualstudioversion)\typescript\microsoft.typescript.default.props')" /> 
  3. save

  4. re open project.

hope !


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -