We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2074657 commit da1fb07Copy full SHA for da1fb07
src/compiler/types.ts
@@ -7399,7 +7399,7 @@ export interface CompilerOptions {
7399
moduleDetection?: ModuleDetectionKind;
7400
newLine?: NewLineKind;
7401
noEmit?: boolean;
7402
- /** @internal */ noCheck?: boolean;
+ noCheck?: boolean;
7403
/** @internal */ noEmitForJsFiles?: boolean;
7404
noEmitHelpers?: boolean;
7405
noEmitOnError?: boolean;
tests/baselines/reference/api/typescript.d.ts
@@ -7022,6 +7022,7 @@ declare namespace ts {
7022
7023
7024
7025
7026
7027
7028
noErrorTruncation?: boolean;
0 commit comments