serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Old Globby v10 importing @types/glob and @types/minimatch causing build error
Latest Glob dependency does not require @types anymore and this repo is using v10 which caused conflicts with other dependencies.
SS of error:
Temporary workaround:
Overwrite globby to 11.1.0 to match with serverless's dependency in package.json