Closed
Description
Is your feature request related to a problem? Please describe.
The codegen clients
and utility packages
are developed independently, and lack standardization among them. The root TSConfig PR tries to standardize as explained in https://github.com/aws/aws-sdk-js-v3/pull/1297/files#r447210600
Describe the solution you'd like
This request is to move source files of clients in "src"
folder in clients.
Most typescript projects store source files in src
directory, and transpiled files in dist
directory.
Describe alternatives you've considered
Retaining typescript files in root directory for clients