We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The published npm package does not include the TS declaration files. Are there any reason why the TS types is not published?
To Reproduce Steps to reproduce the behavior:
@testomatio/reporter
Could not find a declaration file for module '@testomatio/reporter'.
Expected behavior
No TS error when importing the package.
Additional context
Package does have a typings field
typings
reporter/package.json
Line 6 in 0535bad
The repository seems to contains TS typings albeit it doesn't match the package. https://github.com/testomatio/reporter/blob/0535badc762120ec11ed301bb55d6e7bb49104e0/types.d.ts
But the files field in package.json does not include the path specified in typings.
files
Lines 39 to 43 in 0535bad
No typings in the published package:
I also checked npm to see if the types are published separately, e.g. @types/testomatio__reporter, doesn't exist.
@types/testomatio__reporter
The text was updated successfully, but these errors were encountered:
@darcien thanks for your contribution we will release a new version with based on ESM, it will support typings ~ within a month
Sorry, something went wrong.
olexandr13
No branches or pull requests
Describe the bug
The published npm package does not include the TS declaration files.
Are there any reason why the TS types is not published?
To Reproduce
Steps to reproduce the behavior:
@testomatio/reporter
in a TS project@testomatio/reporter
in a TS fileCould not find a declaration file for module '@testomatio/reporter'.
Expected behavior
No TS error when importing the package.
Additional context
Package does have a
typings
fieldreporter/package.json
Line 6 in 0535bad
The repository seems to contains TS typings albeit it doesn't match the package.
https://github.com/testomatio/reporter/blob/0535badc762120ec11ed301bb55d6e7bb49104e0/types.d.ts
But the
files
field in package.json does not include the path specified intypings
.reporter/package.json
Lines 39 to 43 in 0535bad
No typings in the published package:
I also checked npm to see if the types are published separately, e.g.
@types/testomatio__reporter
, doesn't exist.The text was updated successfully, but these errors were encountered: