serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
784 stars 224 forks source link

Example is missing type information #284

Open slavafomin opened 1 year ago

slavafomin commented 1 year ago

Hello!

The provided example is missing any type information from function arguments. The documentation also doesn't provide any type declaration examples.

What is the purpose of using TypeScript without specifying the types? 🤔

medikoo commented 1 year ago

@slavafomin PR with improvement is welcome