你如何为你的节点 visual studio 项目选择打字稿的版本

How do you choose the version of typescript for your node visual studio project

我在 VS2015 Update 2 中有一个节点控制台应用程序。缺少一些 Typescript 功能,我想告诉我的项目使用 TS1.8。我该在哪里做?我也在用Resharper。

Where do I do that? I am also using 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

一起使用的文档

从 link :