miked
miked
what is your vision for replacing it? currently I'm using it to suck in ambient external module declarations I've created in a commons upstream project that all my projects depend...
I just finished refactoring our projects to use this structure but I think its going to work out. Here it is. commons-project - publishes a ambient external module definition (specifically...
correct. the commons project sucks in aws-sdk from tsd which has a `declare module "aws-sdk"` and then in my ext file i do `declare module "aws-sdk"` and extend the module...
@blakeembrey We don't re-export. The child project just includes references to `aws-sdk.d.ts` and `aws-sdk-ext.d.ts` (through `typings/tsd.d.ts` of course). The nice part about `tsd link` is that by just depending on...
hey @jmhtfiserv - thanks for reaching out. My name is Mike Donovan and a product leader at Docker. I would love to chat with you about this request to learn...