mockserver-node icon indicating copy to clipboard operation
mockserver-node copied to clipboard

index.d.ts file is not included in package published on the npm registry

Open ghost91- opened this issue 2 years ago • 1 comments

Describe the issue The index.d.ts that provides the typescript type declarations is missing from the package that is published on the npm registry. This is probably due to the fact that it is missing in the files property in the package.json. Adding it there should solve the issue.

What you are trying to do use the type declarations for mockserver-node

MockServer version 5.15.0

To Reproduce Try to use mockserver-node in a typescript project.

Expected behaviour Type declarations are available.

ghost91- avatar Feb 08 '23 15:02 ghost91-

It is still the case. Can we get get related PR merged?

murbanowicz avatar May 09 '24 06:05 murbanowicz