From 09aa025a540c27592e966675eb62c54e6d0f42ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:35:53 +0000 Subject: [PATCH] Update help baseline for noUncheckedSideEffectImports default value change Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com> --- tests/baselines/reference/tsc/commandLine/help-all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/baselines/reference/tsc/commandLine/help-all.js b/tests/baselines/reference/tsc/commandLine/help-all.js index 7617088f188..ed000797a4a 100644 --- a/tests/baselines/reference/tsc/commandLine/help-all.js +++ b/tests/baselines/reference/tsc/commandLine/help-all.js @@ -101,7 +101,7 @@ default: false --noUncheckedSideEffectImports Check side effect imports. type: boolean -default: false +default: true --paths Specify a set of entries that re-map imports to additional lookup locations.