Open
Description
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
Assignees
Labels
No labels