mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 05:43:11 -05:00
perf: ensure compiler options affecting semantic diagnostics get included in build info (#53423)
This commit is contained in:
@@ -1101,6 +1101,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
|
||||
name: "allowImportingTsExtensions",
|
||||
type: "boolean",
|
||||
affectsSemanticDiagnostics: true,
|
||||
affectsBuildInfo: true,
|
||||
category: Diagnostics.Modules,
|
||||
description: Diagnostics.Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noEmit_or_emitDeclarationOnly_to_be_set,
|
||||
defaultValueDescription: false,
|
||||
|
||||
Reference in New Issue
Block a user