提交 5e0e7961 编写于 作者: M Matt Bierner 提交者: GitHub

Adopt TS 2.1.3-insiders (#16295)

Adopts the 2.1.3 insiders build of TS in the TS extension
上级 c18c58d0
......@@ -18,9 +18,9 @@
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"
},
"typescript": {
"version": "2.0.10",
"from": "typescript@2.0.10",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.0.10.tgz"
"version": "2.1.3-insiders.20161130",
"from": "typescript@2.1.3-insiders.20161130",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.1.3-insiders.20161130.tgz"
},
"vscode-extension-telemetry": {
"version": "0.0.5",
......
......@@ -15,7 +15,7 @@
"semver": "4.3.6",
"vscode-extension-telemetry": "^0.0.5",
"vscode-nls": "^2.0.1",
"typescript": "2.0.10"
"typescript": "2.1.3-insiders.20161130"
},
"scripts": {
"postinstall": "node ./bin/postinstall",
......
......@@ -7,4 +7,3 @@
/// <reference path='../../../../src/typings/mocha.d.ts'/>
/// <reference path='../../../../extensions/declares.d.ts'/>
/// <reference path='../../../../extensions/node.d.ts'/>
/// <reference path='../../../../extensions/lib.core.d.ts'/>
\ No newline at end of file
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
"lib": [
"es5",
"es2015.promise"
],
"outDir": "./out"
},
"exclude": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册