dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.72k stars 166 forks source link

Add the types key to the package.json file #131

Closed DavidTanner closed 4 years ago

DavidTanner commented 4 years ago

Without the types key typescript doesn't know where to get the types from.

DavidTanner commented 4 years ago

@dougmoscrop would you be able to release a new version soon so we can start using these changes? The last release was back in August, but I see there have been several PRs merged since then.
Thank you.