Skip to content

Add support for publishing in definitely-typed repository #28

Open
@tato123

Description

@tato123

Enhancement request

Overview

For projects that utilize typescript and npm, types can be associated to a project by downloading the library via npm and exposeing a typings key. The request is to create the necessary values and expose the library on npm as a published package

Changes required within repository

  • Create a package.json
  • Add "typings": "./types/index.d.ts" key/value

Additional owner / contributor changes

  • publish changes to npm
  • stretch goal: use a build system to publish changes upon merge to master

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions