What is the best practice for this scenario:
I created an Angular2 project using angular-cli (i.e. using ng new )
I want to include TypeScript types from specifically printed
For example, should typings be used to set types? How to make sure types are included in ng build ?
If you answer that I have to somehow hack the webpack settings, please indicate how I will do this, since I only have the angular-cli.json
source share