Affected Packages
@changesets/config
Problem
The return types for the read/parse methods of @changesets/config are typed as any in the declaration file (https://unpkg.com/browse/@changesets/config@1.0.2/dist/declarations/src/index.d.ts).
Proposed solution
Properly type them. They are typed in the source files but not in the output for some reason.