Add missing references in clparser and libs.json

This commit is contained in:
dangoo 2018-06-19 22:24:32 +02:00
parent 48e1a891a6
commit b7f5f2a92b
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,7 @@ namespace ts {
["esnext.array", "lib.esnext.array.d.ts"],
["esnext.symbol", "lib.esnext.symbol.d.ts"],
["esnext.asynciterable", "lib.esnext.asynciterable.d.ts"],
["esnext.intl", "lib.esnext.intl.d.ts"]
];
/**

View file

@ -35,6 +35,7 @@
"esnext.asynciterable",
"esnext.array",
"esnext.symbol",
"esnext.intl",
// Default libraries
"es5.full",
"es2015.full",
@ -50,4 +51,4 @@
"es5.full": "lib.d.ts",
"es2015.full": "lib.es6.d.ts"
}
}
}