Skip to content

Instantly share code, notes, and snippets.

@allanchua101
Created February 26, 2018 13:04
Show Gist options
  • Save allanchua101/3a1157d9af619cc71407dff2d1abc000 to your computer and use it in GitHub Desktop.
Save allanchua101/3a1157d9af619cc71407dff2d1abc000 to your computer and use it in GitHub Desktop.
Code for disabling Native compilation of CS projects for TypeScript on Visual Studio 2017
<PropertyGroup>
<TypeScriptCompileOnSaveEnabled>False</TypeScriptCompileOnSaveEnabled>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment