You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ✌️
The text was updated successfully, but these errors were encountered:
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. ✌️
The text was updated successfully, but these errors were encountered: