diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 3fd42865c32..9b0c5d3468c 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -14063,7 +14063,7 @@ namespace ts { return; } - // If the user specified '--noLib' and a file has a `/// , + // If the user specified '--noLib' and a file has a '/// ', // then we should treat that file as a default lib. if (compilerOptions.noLib && node.hasNoDefaultLib) { return;