-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package: opentelemetry-types #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rochdev @vmarchaud @hekike @bg451 Please review. |
## Usage | ||
|
||
``` | ||
const opentelemetryTypes = require('opentelemetry-types'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this package only contained the TypeScript definitions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the README file, the default content was auto-generated by some extension.
* Add ESM build * Use build/esm/ dir
* Add ESM build * Use build/esm/ dir
Fixes #17