Using NuGet with MSBuild
Note: You’ll need to configure your project to use the NuGet packages. Please see Configuring MSBuild projects to use NuGet for more information.
The nightlies are available on www.myget.org.
There are two packages:
-
Microsoft.TypeScript.Compiler
: Tools only (tsc.exe
,lib.d.ts
, etc.) . -
Microsoft.TypeScript.MSBuild
: Tools as above, as well as MSBuild tasks and targets (Microsoft.TypeScript.targets
,Microsoft.TypeScript.Default.props
, etc.)
Please login to continue.