**Is your feature request related to a problem? Please describe.** @aws-sdk dependencies are not navigable in a fresh clone as described in https://github.com/aws/aws-sdk-js-v3/issues/329 **Describe the solution you'd like** Use compilerOptions.paths to resolve @aws-sdk/ dependencies * [Module resolution documentation](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) * [Blog post](https://medium.com/@NiGhTTraX/c6acda7d4559#56cf) **Describe alternatives you've considered** Running yarn test:all or just the dependencies using lerna --scope command in https://github.com/aws/aws-sdk-js-v3/issues/329#issuecomment-523991081