Skip to content

Commit bc91dd8

Browse files
authored
Mark libReplacement default as false (#1812)
1 parent d61e471 commit bc91dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tsoptions/declscompiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ var optionsForCompiler = []*CommandLineOption{
498498
AffectsProgramStructure: true,
499499
Category: diagnostics.Language_and_Environment,
500500
Description: diagnostics.Enable_lib_replacement,
501-
DefaultValueDescription: true,
501+
DefaultValueDescription: false,
502502
},
503503

504504
// Strict Type Checks

0 commit comments

Comments
 (0)