Include definition file with library on npm

suggest change

Add typings to your package.json

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

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

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents