We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5186331 commit 499cd4cCopy full SHA for 499cd4c
1 file changed
tests/baselines/reference/api/typescript.d.ts
@@ -9322,7 +9322,7 @@ declare namespace ts {
9322
* Given a set of options, returns the set of type directive names
9323
* that should be included for this program automatically.
9324
* This list could either come from the config file,
9325
- * or from enumerating the types root + initial secondary types lookup location.
+ * and/or from enumerating the types root + initial secondary types lookup location given "*" compat wildcard.
9326
* More type directives might appear in the program later as a result of loading actual source files;
9327
* this list is only the set of defaults that are implicitly included.
9328
*/
0 commit comments