Skip to content

Commit 722e723

Browse files
authored
Include the correct file by default (#11685)
1 parent 039c6e5 commit 722e723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4172,7 +4172,7 @@ namespace ts {
41724172
case ScriptTarget.ES2016:
41734173
return "lib.es2016.d.ts";
41744174
case ScriptTarget.ES2015:
4175-
return "lib.es2015.d.ts";
4175+
return "lib.es6.d.ts";
41764176

41774177
default:
41784178
return "lib.d.ts";

0 commit comments

Comments
 (0)