Results 5 issues of yura415

Instruction on how to compile it on mac.

Add support for proxies. Specify [`options.proxy`](https://github.com/request/request#proxies) or [`options.agent`](https://github.com/TooTallNate/node-proxy-agent) to pass this parameters into [request](/request/request) options.

Temporary solution for #125. I'm using that for now so I decided to share.

Environment: - `typescript` version: 3.3.3 - `dts-generator` version: 3.0.0 `dts-generator` is treating `debug` import as if it's an internal module. Probably due to recent update in `typescript`: the name node...