Skip to content
New issue

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

Add TypeScript definitions #89

Closed
3 tasks done
tbjers opened this issue Oct 10, 2023 · 2 comments · Fixed by #90
Closed
3 tasks done

Add TypeScript definitions #89

tbjers opened this issue Oct 10, 2023 · 2 comments · Fixed by #90

Comments

@tbjers
Copy link
Contributor

tbjers commented Oct 10, 2023

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

  1. Add type definitions to lib/ directory.
  2. Update build step in package.json with && tsc.
  3. Definitions will be included when publishing the package.
  4. Rejoice.

Alternatives / Workarounds

No alternatives or workarounds exist.

3rd Party References

There is no @types/parse-server-api-mail-adapter package.

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@parseplatformorg
Copy link

🎉 This pull request has been released in version 3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants