The definition for AbstractActionHandler refers to the bunyan logger which prevents Typescript from compiling if you are not using that logger.
The workaround is to install the typings for it via @types/bunyan, regardless if you are using Bunyan or not. However, this shouldn't be the case as that logger isn't really needed anywhere in the typings for the handler.
The definition for
AbstractActionHandler
refers to thebunyan
logger which prevents Typescript from compiling if you are not using that logger.The workaround is to install the typings for it via
@types/bunyan
, regardless if you are using Bunyan or not. However, this shouldn't be the case as that logger isn't really needed anywhere in the typings for the handler.