Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to detect missing @types for nock #103

Closed
vassudanagunta opened this issue Dec 9, 2023 · 1 comment
Closed

failed to detect missing @types for nock #103

vassudanagunta opened this issue Dec 9, 2023 · 1 comment

Comments

@vassudanagunta
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants