Publish TypeScript definition files

Other topics

Include definition file with library on npm

Add typings to your package.json

{
...
"typings": "path/file.d.ts"
...
}

Now when ever that library is imported typescript will load the typings file

Contributors

Topic Id: 2931

Example Ids: 9940

This site is not affiliated with any of the contributors.