elastic / ecs-logging-nodejs

https://www.elastic.co/guide/en/ecs-logging/nodejs/master/intro.html
Apache License 2.0
68 stars 39 forks source link

[fix] index.d.ts missing in package.json of ecs-morgan-format #169

Closed imsuvesh closed 1 year ago

imsuvesh commented 1 year ago

Hi, I tried using the @elastic/ecs-morgan-format in my ts project which gave following error, Cannot find module '@elastic/ecs-morgan-format' or its corresponding type declarations.

After looking in the code I found index.d.ts is missing in the files property of package.json.

Creating PR to solve this small issue. ✌️