serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Old Globby v10 importing @types/glob and @types/minimatch causing build error #305

Open BananZG opened 4 months ago

BananZG commented 4 months ago

Latest Glob dependency does not require @types anymore and this repo is using v10 which caused conflicts with other dependencies.

SS of error: image

Temporary workaround: Overwrite globby to 11.1.0 to match with serverless's dependency in package.json image