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
What happened: File index.d.ts referenced in package.json is missing after install. Causes errors in VS Code due to missing type declarations.
What you expected to happen: Expected index.d.ts to be present in root of installed npm package.
How to reproduce it: npm i --save @severlessworkflow/sdk-typescript
npm i --save @severlessworkflow/sdk-typescript
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered:
Hi @donaldoakes I will look into it
Sorry, something went wrong.
Hi @donaldoakes it should be working now. Let me know if it does not.
You can pull the latest version from npm npm i @severlessworkflow/[email protected]
npm i @severlessworkflow/[email protected]
Thank you!!
Successfully merging a pull request may close this issue.
What happened:
File index.d.ts referenced in package.json is missing after install. Causes errors in VS Code due to missing type declarations.
What you expected to happen:
Expected index.d.ts to be present in root of installed npm package.
How to reproduce it:
npm i --save @severlessworkflow/sdk-typescript
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: