Closed
Description
I tried to use MSBuild.Typescript and discover that it uses only 32bit version of Node.
This is written in Microsoft.TypeScript.targets
<NodePath Condition="'$(OS)' == 'Windows_NT' AND Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\NodeJs\\node.exe')">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\NodeJs</NodePath>
But in this path we have win-x64 directory with 64bit version node.exe.
Is it correct? When I use node from cmd I use 64bit Node