Skip to content
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

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

Open
ghost91- opened this issue Feb 8, 2023 · 1 comment

Comments

@ghost91-
Copy link

ghost91- commented Feb 8, 2023

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.

@murbanowicz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants