serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Support multiple services in the same repository
Given:
/
services/
serviceOne
serverless.yml
```
This plugin will try to copy node_modules from `serviceOne` and not the project root.