Closed geochronology closed 3 years ago
It is any
as typescript suggests:
The Object.values()
is the root cause, I can fix it by add tsconfig.json
in the project root directory:
{
"compilerOptions": {
"target": "es2017"
}
}
You can try to add tsconfig.json
(extends
your CLI tsconfig.json
) in the project root directory.
I will add it in the document later.
Thanks for clarifying!
Version(if relevant): 1.0.0
Environment(if relevant): vscode
Code(if relevant):
Expected: consistent results with plugin and npm module
Actual: Since type-coverage results in a 100% score using the above code, either the plugin is flagging this line inaccurately OR the type-coverage npm module is failing to catch it.