You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have
"nock": "^13.4.0"
indevDependencies
, with no"@types/nock"
entry.typesync
did not detect that"@types/nock": "^11.1.0"
was available.The text was updated successfully, but these errors were encountered: