Skip to content

Commit 116ee73

Browse files
committed
Mark allowArbitraryExtensions as affectsSemanticDiagnostics instead of affectsModuleResolution
1 parent 5e8bf48 commit 116ee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
12211221
{
12221222
name: "allowArbitraryExtensions",
12231223
type: "boolean",
1224-
affectsModuleResolution: true,
1224+
affectsSemanticDiagnostics: true,
12251225
category: Diagnostics.Modules,
12261226
description: Diagnostics.Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present,
12271227
defaultValueDescription: false,

0 commit comments

Comments
 (0)