Fix self-name input linking for --allowJs --declaration projects (#54819)

Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
Andrew Branch
2023-07-03 11:17:07 -07:00
committed by GitHub
parent 88cb76d314
commit 5932420b0f
8 changed files with 110 additions and 7 deletions

View File

@@ -657,6 +657,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
{
name: "checkJs",
type: "boolean",
affectsModuleResolution: true,
showInSimplifiedHelpView: true,
category: Diagnostics.JavaScript_Support,
description: Diagnostics.Enable_error_reporting_in_type_checked_JavaScript_files,