Comparing version 5.0.1 to 5.0.2
@@ -13,3 +13,3 @@ "use strict"; | ||
} | ||
var fullPath = path.join(cwd, filename); | ||
var fullPath = path.resolve(cwd, filename); | ||
return stat(fullPath) | ||
@@ -38,3 +38,3 @@ .then(function (stats) { | ||
} | ||
var fullPath = path.join(cwd, filename); | ||
var fullPath = path.resolve(cwd, filename); | ||
var stats = statSync(fullPath); | ||
@@ -41,0 +41,0 @@ if (isFile(stats)) { |
{ | ||
"name": "tsconfig", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour", | ||
@@ -5,0 +5,0 @@ "main": "dist/tsconfig.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
24508
10
0
50