jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.51k stars 21 forks source link

failed to detect missing @types for `nock` #103

Closed vassudanagunta closed 9 months ago

vassudanagunta commented 9 months ago

I have "nock": "^13.4.0" in devDependencies, with no "@types/nock" entry.

typesync did not detect that "@types/nock": "^11.1.0" was available.

jeffijoe commented 9 months ago

That is because the @types/nock package is deprecated. TypeSync does not add typings for deprecated typings packages, as a deprecation usually means the library now ships with its own typings.