-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
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
- Add type definitions to
lib/
directory. - Update
build
step inpackage.json
with&& tsc
. - Definitions will be included when publishing the package.
- Rejoice.
Alternatives / Workarounds
No alternatives or workarounds exist.
3rd Party References
There is no @types/parse-server-api-mail-adapter
package.