type-coverage
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -64,2 +64,3 @@ "use strict"; | ||
} | ||
config.compilerOptions.moduleResolution = undefined; | ||
const program = ts.createProgram(rootNames, config.compilerOptions); | ||
@@ -66,0 +67,0 @@ const checker = program.getTypeChecker(); |
{ | ||
"name": "type-coverage", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A CLI tool to check type coverage for typescript code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21662
411