Skip to content

index.d.ts is not published to NPM #6

@shell-well

Description

@shell-well

index.d.ts is not published to NPM.
You can add types to package.json to publish index.d.ts.

{
  "main": "index.js",
+ "types": "types/index.d.ts",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions