Closed mohamedfasil closed 3 years ago
I think there is a mismatch between script entry point and types file definition. If we rename the definition file to stackdriver-errors.d.ts (and make corresponding update in package.json) it works as expected.
I created PR for that: https://github.com/GoogleCloudPlatform/stackdriver-errors-js/pull/98
@steren Any chance we can get a new release with the renamed definition file? 😄
I'm pushing to npm now
I'm pushing to npm now
It seems that the definition file isn't included in the npm package? This is the contents of the folder on 0.11.0:
Ah, I guess the script that generates the release is not capturing the .d.ts
file.
If you can send a PR to fix that, that'll be helpful
Hi typings is missing when we install via npm