Skip to content

Commit 499cd4c

Browse files
committed
Update .d.ts
1 parent 5186331 commit 499cd4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9322,7 +9322,7 @@ declare namespace ts {
93229322
* Given a set of options, returns the set of type directive names
93239323
* that should be included for this program automatically.
93249324
* This list could either come from the config file,
9325-
* or from enumerating the types root + initial secondary types lookup location.
9325+
* and/or from enumerating the types root + initial secondary types lookup location given "*" compat wildcard.
93269326
* More type directives might appear in the program later as a result of loading actual source files;
93279327
* this list is only the set of defaults that are implicitly included.
93289328
*/

0 commit comments

Comments
 (0)