We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f24b55 commit 1794cd8Copy full SHA for 1794cd8
src/compiler/commandLineParser.ts
@@ -434,7 +434,8 @@ namespace ts {
434
"es2015.symbol.wellknown": "lib.es2015.symbol.wellknown.d.ts",
435
"es2016.array.include": "lib.es2016.array.include.d.ts",
436
"es2017.object": "lib.es2017.object.d.ts",
437
- "es2017.sharedmemory": "lib.es2017.sharedmemory.d.ts"
+ "es2017.sharedmemory": "lib.es2017.sharedmemory.d.ts",
438
+ "es2017.string": "lib.es2017.string.d.ts",
439
}),
440
},
441
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon
0 commit comments