mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Enable JS emit for noCheck and noCheck for transpileModule (#58364)
This commit is contained in:
@@ -778,7 +778,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
|
||||
showInSimplifiedHelpView: false,
|
||||
category: Diagnostics.Compiler_Diagnostics,
|
||||
description: Diagnostics.Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported,
|
||||
transpileOptionValue: undefined,
|
||||
transpileOptionValue: true,
|
||||
defaultValueDescription: false,
|
||||
affectsSemanticDiagnostics: true,
|
||||
affectsBuildInfo: true,
|
||||
|
||||
Reference in New Issue
Block a user