-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This issue is to support/mirror discussion on #5537 but from the typings
side.
While we've not yet nailed down a plan on what out endgame is in the compiler, one thing I know I'd certainly love to see typings
do really well is discovery for a package's type information. We want to see users go from npm install bluebird --save
to actually having the third-party types for that package (of the correct version!) available for them to depend on and use in editor and compilation experiences as seamlessly as possible.
@blakeembrey mentioned a resource for typings
to use to automate discovery of typings, and potentially browse-able by humans. This would be excellent - potentially being able to locate the corresponding types for a series of package.json
entries is a big step towards making finding existing types as seamless as possible. We'd love to know how your design and implementation with this proceed.
Pinging @mhegazy @ahejlsberg @vladima @DanielRosenwasser for their thoughts.