Skip to content

Instantly share code, notes, and snippets.

@kkoziarski
Created August 12, 2016 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkoziarski/fb07db608bee1797aa3433877e21278c to your computer and use it in GitHub Desktop.
Save kkoziarski/fb07db608bee1797aa3433877e21278c to your computer and use it in GitHub Desktop.
Stop VisualStudio compile TypeScript on build
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment