parse-community / parse-server-api-mail-adapter

API Mail Adapter for Parse Server
MIT License
27 stars 17 forks source link

Add TypeScript definitions #89

Closed tbjers closed 11 months ago

tbjers commented 11 months ago

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[bot] commented 11 months ago

Thanks for opening this issue!

parseplatformorg commented 11 months ago

🎉 This pull request has been released in version 3.1.0