Skip to content

Commit 5da701c

Browse files
Updated comment.
1 parent e4dac02 commit 5da701c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,8 +1154,8 @@ namespace ts {
11541154
*
11551155
* /// <reference no-default-lib="true"/>
11561156
*
1157-
* which serves the purpose of ignoring the file in certain ways in the
1158-
* presence of compiler options like '--noLib' and '--noLibCheck'.
1157+
* If any other file has this comment, it signals not to include lib.d.ts
1158+
* because this containing file is intended to act as a default library.
11591159
*/
11601160
hasNoDefaultLib: boolean;
11611161

0 commit comments

Comments
 (0)