Include the correct file by default (#11685)

This commit is contained in:
Mohamed Hegazy 2016-10-17 15:47:33 -07:00 committed by GitHub
parent 039c6e5819
commit 722e723392

View File

@ -4172,7 +4172,7 @@ namespace ts {
case ScriptTarget.ES2016:
return "lib.es2016.d.ts";
case ScriptTarget.ES2015:
return "lib.es2015.d.ts";
return "lib.es6.d.ts";
default:
return "lib.d.ts";