Fixed comment.

This commit is contained in:
Daniel Rosenwasser
2015-11-03 12:55:18 -08:00
parent 2be7f4f27b
commit b9368a955c
+1 -1
View File
@@ -14063,7 +14063,7 @@ namespace ts {
return;
}
// If the user specified '--noLib' and a file has a `/// <reference no-default-lib="true"/>,
// If the user specified '--noLib' and a file has a '/// <reference no-default-lib="true"/>',
// then we should treat that file as a default lib.
if (compilerOptions.noLib && node.hasNoDefaultLib) {
return;