mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Include the correct file by default (#11685)
This commit is contained in:
parent
039c6e5819
commit
722e723392
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user