The @types README is informative but not useful if you're trying to actually use the library. The library's own README is what you want, and we can pull it from npm's API.
As an example, when we render docs from @types/ahoy.js, we should still include the README from ahoy.js
https://www.npmjs.com/package/@types/ahoy.js
https://www.npmjs.com/package/ahoy.js
If we think the @types README is worth including, maybe we should concat the two.