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.
2 parents 40829ca + 9fc00f7 commit ae4dd5eCopy full SHA for ae4dd5e
guess.js
@@ -14,7 +14,7 @@ if (packageData &&
14
pattern = testDir + ((testDir.lastIndexOf('/', 0) === 0) ? '' : '/') + '**/*.ts';
15
}
16
17
-var tsconfigPath = ts.findConfigFile(cwd);
+var tsconfigPath = ts.findConfigFile(cwd, fs.existsSync);
18
var tsconfigBasepath = null;
19
var compilerOptions = null;
20
if (tsconfigPath) {
package.json
@@ -28,7 +28,7 @@
28
"dependencies": {
29
"espower-source": "^1.1.0",
30
"minimatch": "^3.0.0",
31
- "typescript": "1.8.0-dev.20151106",
+ "typescript": "~1.8.0",
32
"typescript-simple": "^4.0.0"
33
34
0 commit comments