Adopt TS 2.1.3-insiders (#16295)

Adopts the 2.1.3 insiders build of TS in the TS extension
This commit is contained in:
Matt Bierner
2016-11-30 16:00:58 -08:00
committed by GitHub
parent c18c58d0b0
commit 5e0e79610b
4 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,11 @@
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
"lib": [
"es5",
"es2015.promise"
],
"outDir": "./out"
},
"exclude": [