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

Edited Feature: When a TypeScript item is added to project, project should be converted to support TypeScript [606]

$
0
0
If you create a standard JavaScript/Node.js project, and then later Add New Item->TypeScript file, it should make the necessary changes to the project to support TypeScript. Same if a TypeScript file gets added some other way (add existing file, drag & drop from explorer, right-click include in project).

If we don't do that automatically, we could have a command that does it. Worse case, we document how to do it. Example of what they need to change:
```
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
<EnableTypeScript>true</EnableTypeScript>
```



Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>