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
Type declaration comments are stripped out by Babel.
Add TypeScript definition files as outlined in Creating .d.ts Files from .js files in the TypeScript documentation.
lib/
build
package.json
&& tsc
No alternatives or workarounds exist.
There is no @types/parse-server-api-mail-adapter package.
@types/parse-server-api-mail-adapter
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
🎉 This pull request has been released in version 3.1.0
Successfully merging a pull request may close this issue.
New Feature / Enhancement Checklist
Current Limitation
Type declaration comments are stripped out by Babel.
Feature / Enhancement Description
Add TypeScript definition files as outlined in Creating .d.ts Files from .js files in the TypeScript documentation.
Example Use Case
lib/
directory.build
step inpackage.json
with&& tsc
.Alternatives / Workarounds
No alternatives or workarounds exist.
3rd Party References
There is no
@types/parse-server-api-mail-adapter
package.The text was updated successfully, but these errors were encountered: