jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.51k stars 21 forks source link

Typesync doesn't find @google-cloud/storage type definition #4

Closed chanlito closed 6 years ago

chanlito commented 6 years ago

@jeffijoe can u make this possible?

module is @google-cloud/storage and type definition file is @types/google-cloud__storage

jeffijoe commented 6 years ago

For sure! Is this how all scoped packages are typed? Do they all use the @types/scope__package format?

chanlito commented 6 years ago

Can't say, I'm not sure

jeffijoe commented 6 years ago

From what I can tell, that is the case. I'll get this implemented soon, thanks for reporting!

jeffijoe commented 6 years ago

@BruceHem pushed to npm as 0.2.5 — thanks for reporting!