Closed grofit closed 8 years ago
I was facing the same error, and as a temporary workaround to this problem on my machine, in index.js file line 124 before the if that gives error i added "if (!p) return;"
In my case, i did not want to include the typings of those libraries, cause they are already defined where later used in other projects.
It seems to blow up when I have a reference in one d.ts to
Bluebird
which looks like this:import * as Promise from "bluebird";
It gives the error:
The config being used is:
Much like you I have a typings folder, but it is external to where the d.ts files are spat out, do I need to provide a link to them in the options somehow?