Closed okunokentaro closed 9 years ago
@armorik83 sorry, It can't do only command line operations.
please modify dtsm.json file manually.
If mymod/mymod.d.ts required ../node/node.d.ts
, please add "node/node.d.ts" dependency to dtsm.json.
I see, thank you!
d.ts of the following depends other my private repository.
The mymods dtsm.json is written in a dependency that the other commit hash of my other repository, but dtsm refers to the same repository for
<reference path="" />
inside mymod.d.ts.It maybe based on the assumption operation of repositories in DefinitelyTyped. We cannot have way to write a dependency of the other d.ts repository hash.
Thanks.