Closed tbjers closed 1 year ago
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
🎉 This pull request has been released in version 3.1.0
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.