I'm transforming a small express api to use TypeScript, but some of the packages don't have a @types/ so when I import them I get a TS2307 error.
Is there something I can do to resolve the error? Or maybe type it myself, depending on the package complexity. One example is express-bearer-token(found here)