0xpelmeni

Results 3 comments of 0xpelmeni

@pcowgill what was your solution to this? I tried adding `import type {xxx} from './typechain/myfile.d.ts'` (`d.ts` omitted of course) to my `index.ts` and this does allow tsdx to build but...

@agilgur5 Apologies I should've given more detail. I'm using the same typechain tool as @pcowgill . Thats why I believe I have a similar issue. I have 2 Typescript projects...

@agilgur5 Thank you for the quick reply! And for the advice, so I should copy the `.d.ts` files into `dist/` after `tsdx build` or before?