Describe the bug
I get a build error after adding wolf to my existing bot project.
node_modules/wolf-core/dist/middlewares/wolfMiddleware.d.ts:1:42
It is complaining that the botbuilder node module does not export a member called Promiseable
To Reproduce
Steps to reproduce the behavior:
- Follow README instructions to add wolf to an existing (typescript) bot v4 project
- Run
tsc
Screenshots


Bonus -> can't write abilities.d.ts file:

Desktop (please complete the following information):
- OS: macOS 10.13.16
- Browser: Chrome
- Wolf-core version: 2.5.2