From 95b6f6cb6d1c9af51cc4c64d75289a46cea8097e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 11 Jul 2025 17:48:00 +0000 Subject: [PATCH] Add test baseline for --showConfig with no input files Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com> --- .../Show TSConfig with no input files/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/baselines/reference/config/showConfig/Show TSConfig with no input files/tsconfig.json diff --git a/tests/baselines/reference/config/showConfig/Show TSConfig with no input files/tsconfig.json b/tests/baselines/reference/config/showConfig/Show TSConfig with no input files/tsconfig.json new file mode 100644 index 00000000000..33428857131 --- /dev/null +++ b/tests/baselines/reference/config/showConfig/Show TSConfig with no input files/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": {}, + "include": [ + "./*" + ] +}