Skip to content

Add TypeScript definitions #89

@tbjers

Description

@tbjers

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions