type-coverage
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -28,6 +28,3 @@ "use strict"; | ||
const configResult = typescript_1.default.readConfigFile(configFilePath, p => fs.readFileSync(p).toString()); | ||
if (configResult.error) { | ||
throw configResult.error; | ||
} | ||
const config = configResult.config; | ||
const config = configResult.error ? {} : configResult.config; | ||
if (config.extends) { | ||
@@ -34,0 +31,0 @@ const project = path.resolve(dirname, config.extends); |
{ | ||
"name": "type-coverage", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A CLI tool to check type coverage for typescript code", | ||
@@ -16,3 +16,3 @@ "main": "dist/core.js", | ||
"@types/minimist": "1.2.0", | ||
"@types/node": "10.12.0", | ||
"@types/node": "10.12.2", | ||
"clean-release": "2.7.0", | ||
@@ -33,3 +33,3 @@ "clean-scripts": "1.9.2", | ||
"tslib": "1.9.3", | ||
"typescript": "3.1.3" | ||
"typescript": "3.1.6" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
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
62506
1057
+ Addedtypescript@3.1.6(transitive)
- Removedtypescript@3.1.3(transitive)
Updatedtypescript@3.1.6