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
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
Hi - I think you're still in the wrong spot. This is the repo for a command line tool tsd which is no longer used. While I'm here, I suspect your issue is that you don't have the right 'lib' setting in your tsconfig.json file. See here. https://www.typescriptlang.org/docs/handbook/compiler-options.html You might need lib "es2015" to get Map. The lib setting basically lets TypeScript know what is available in your environment. Hope that helps. If not, stack overflow is the right place to ask for help as what you're describing above is not a bug in the definition.
@types/bluebird gives the following error:
The text was updated successfully, but these errors were encountered: