serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
783 stars 223 forks source link

Register `serverless` as peer dependency #242

Closed medikoo closed 3 years ago

medikoo commented 3 years ago

It's to ensure only compatible versions or Framework are used together with a plugin, and if mismatch occurs, user is informed with meaningful error message.

This PR is part of Serverless Framework initiative to curate most popular plugins