We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fff2c commit 97acabaCopy full SHA for 97acaba
src/configuration.ts
@@ -172,7 +172,7 @@ export function readConfig(
172
const nested = join(resolved, 'tsconfig.json');
173
configFilePath = fileExists(nested) ? nested : resolved;
174
} else {
175
- ts.findConfigFile(projectSearchDir, fileExists);
+ configFilePath = ts.findConfigFile(projectSearchDir, fileExists);
176
}
177
178
if (configFilePath) {
0 commit comments