【发布时间】:2016-09-04 16:19:27
【问题描述】:
我在 VS2015 Update 2 中有一个节点控制台应用程序。缺少一些 Typescript 功能,我想告诉我的项目使用 TS1.8。我在哪里做呢?我也在使用 Resharper。
【问题讨论】:
标签: node.js visual-studio typescript typescript1.8
我在 VS2015 Update 2 中有一个节点控制台应用程序。缺少一些 Typescript 功能,我想告诉我的项目使用 TS1.8。我在哪里做呢?我也在使用 Resharper。
【问题讨论】:
标签: node.js visual-studio typescript typescript1.8
我在哪里做呢?我也在使用 Resharper。
TypeScript 附带 nightlies :http://blogs.msdn.com/b/typescript/archive/2015/07/27/introducing-typescript-nightlies.aspx
有关如何将其与 Visual Studio https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio 一起使用的文档
从那个链接:
【讨论】: