mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Make noCheck non-internal on CompilerOptions (#60078)
This commit is contained in:
@@ -7399,7 +7399,7 @@ export interface CompilerOptions {
|
||||
moduleDetection?: ModuleDetectionKind;
|
||||
newLine?: NewLineKind;
|
||||
noEmit?: boolean;
|
||||
/** @internal */ noCheck?: boolean;
|
||||
noCheck?: boolean;
|
||||
/** @internal */ noEmitForJsFiles?: boolean;
|
||||
noEmitHelpers?: boolean;
|
||||
noEmitOnError?: boolean;
|
||||
|
||||
@@ -7022,6 +7022,7 @@ declare namespace ts {
|
||||
moduleDetection?: ModuleDetectionKind;
|
||||
newLine?: NewLineKind;
|
||||
noEmit?: boolean;
|
||||
noCheck?: boolean;
|
||||
noEmitHelpers?: boolean;
|
||||
noEmitOnError?: boolean;
|
||||
noErrorTruncation?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user