Skip to content

Commit 97acaba

Browse files
committed
fix
1 parent a6fff2c commit 97acaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export function readConfig(
172172
const nested = join(resolved, 'tsconfig.json');
173173
configFilePath = fileExists(nested) ? nested : resolved;
174174
} else {
175-
ts.findConfigFile(projectSearchDir, fileExists);
175+
configFilePath = ts.findConfigFile(projectSearchDir, fileExists);
176176
}
177177

178178
if (configFilePath) {

0 commit comments

Comments
 (0)