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.
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. ✌️