mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Allows emitting buildInfo when --noEmit is specified (#39122)
* Some tests * Allow noEmit with incremental and composite Fixes #38440
This commit is contained in:
@@ -462,7 +462,6 @@ namespace ts {
|
||||
{
|
||||
name: "noEmit",
|
||||
type: "boolean",
|
||||
affectsEmit: true,
|
||||
showInSimplifiedHelpView: true,
|
||||
category: Diagnostics.Basic_Options,
|
||||
description: Diagnostics.Do_not_emit_outputs,
|
||||
|
||||
Reference in New Issue
Block a user