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 !
- open (your project name).csproj texteditor tools ( notepad , editplus , etc.. )
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')" />
save
- re open project.
hope !
Comments
Post a Comment