Serverless-bundle how to package all helper folders?

Hi,

I’m trying to package my serverless Typescript application and I have a few helper folders.
when using serverless-bundle, it only converts the lambda handler files to js, packages them and leaves out any other files these handlers use during their execution.

Any reason why?

Hey, I would love to help but I don’t know much about that.