Hi
Thanks for this example. I have a few questions though.
It seems that you are checking in your typings. This surprises me and I have always ignored this as they are installed as part of the npm install. Is this considered best practice?
Secondly do you package your ts source files (other than the generated d.ts file) and typings to npm? I was expecting just to put the generated js file and a d.ts file to npm.
Thanks
Hi
Thanks for this example. I have a few questions though.
It seems that you are checking in your typings. This surprises me and I have always ignored this as they are installed as part of the npm install. Is this considered best practice?
Secondly do you package your ts source files (other than the generated d.ts file) and typings to npm? I was expecting just to put the generated js file and a d.ts file to npm.
Thanks