Skip to content

Instantly share code, notes, and snippets.

@stevecooperorg
Created February 21, 2014 13:01
Show Gist options
  • Save stevecooperorg/9133861 to your computer and use it in GitHub Desktop.
Save stevecooperorg/9133861 to your computer and use it in GitHub Desktop.
example fragment showing how to include the typescript target and override the compiler path
<Fragment>
<PropertyGroup>
<TypeScriptCompilerDir>$(SolutionDir)Libraries\MSBuild\TypeScript\v$(MSBuildToolsVersion)\TypeScript</TypeScriptCompilerDir>
<TscToolPath>$(SolutionDir)Libraries\SDKs\TypeScript</TscToolPath>
</PropertyGroup>
<Import Project="$(TypeScriptCompilerDir)\Microsoft.TypeScript.targets" />
</Fragment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment