Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jul 10, 2022
1 parent a6fff2c commit 97acaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function readConfig(
const nested = join(resolved, 'tsconfig.json');
configFilePath = fileExists(nested) ? nested : resolved;
} else {
ts.findConfigFile(projectSearchDir, fileExists);
configFilePath = ts.findConfigFile(projectSearchDir, fileExists);
}

if (configFilePath) {
Expand Down

0 comments on commit 97acaba

Please sign in to comment.