Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Unassigned: Can I remove Microsoft.NodejsTools.targets from my project? [1318]

$
0
0
My project "compiles" and runs without issue when I remove the following line from my njsproj file:

```xml
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
```

Inside of the __Microsoft.NodejsTools.targets__ file, I see that it does a bunch of stuff for _Typescript_ and _Azure_ which I'm not using at this time. So, will there be a problem if I remove that import?

I just want to use Visual Studio to edit my files and to run Node.js.

Viewing all articles
Browse latest Browse all 4630

Trending Articles