My project "compiles" and runs without issue when I remove the following line from my njsproj file:
```
<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.
```
<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.