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
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.
The text was updated successfully, but these errors were encountered:
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 thefiles
property in thepackage.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.
The text was updated successfully, but these errors were encountered: