We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03947a1 + 1761907 commit e48096cCopy full SHA for e48096c
tscc
@@ -88,7 +88,7 @@ function executeCommandLine(args) {
88
}
89
else if (commandLine.fileNames.length === 0 && isJSONSupported()) {
90
var searchPath = ts.normalizePath(ts.sys.getCurrentDirectory());
91
- configFileName = ts.findConfigFile(searchPath);
+ configFileName = ts.findConfigFile(searchPath, ts.sys.fileExists);
92
93
94
if (commandLine.fileNames.length === 0 && !configFileName) {
0 commit comments