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": [ + "./*" + ] +}