Michael K

Results 13 comments of Michael K

I can confirm, that this issue also occurs with ignore. Also tired several ways, like @ekkis , nothing helped.

My fix above was wrong, it is a side effect. I just came across https://github.com/substack/node-browserify/issues/1433 and now tried a relative path: ``` ignore: ['./build/**/XYZ.js'] ``` This may also work with...

The doc states: ``` --includes Specifies the location to look for included documents. One may use [[include:FILENAME]] in comments to include documents from this location. ``` So: do you refer...

I do not know, who is responsible for the handbook on typescriptlang.org, but the chapter "Going external" should also cover this topic, or at least a hint: http://www.typescriptlang.org/Handbook#modules-going-external

@cyberkatze : Did you really read this thread? The solution is written above: You updated to typings version 1.0.3, which introduces some breaking changes. See [change log](https://github.com/typings/typings/releases/tag/v1.0.0).

+1 I would also like to have that, however, until end of this year I might be too busy to look into that.

I would really like to see this merged...

Could you explain why? There are legitimate use cases on the web suffering from your strict decision, so an explanation is required.

I also struggle with that and will have to go the chown & sudo-Way to run my stuff as non-root user. This is due to some dependencies in my cross...