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
.ts
The presence of .ts original source files is causing issues for some users. The task is to exclude .ts files in https://github.com/IBM/cloudant-node-sdk/blob/master/.npmignore (but not .d.ts).
.d.ts
See also the discussion at microsoft/TypeScript#12358 .
The text was updated successfully, but these errors were encountered:
Since the README-s are not including the imports right now, we should check whether this has an effect on importing when we are using Typescript.
Sorry, something went wrong.
ricellis
Successfully merging a pull request may close this issue.
The presence of
.ts
original source files is causing issues for some users.The task is to exclude
.ts
files in https://github.com/IBM/cloudant-node-sdk/blob/master/.npmignore (but not.d.ts
).See also the discussion at microsoft/TypeScript#12358 .
The text was updated successfully, but these errors were encountered: