tsdjs / tsd

Check TypeScript type definitions
MIT License
2.38k stars 68 forks source link

The type definition `index.d.ts` does not exist. Create one and try again #134

Closed tlm-daniele-ricci closed 2 years ago

tlm-daniele-ricci commented 2 years ago

Hi all,

my package is written in TypeScript and I create the index.d.ts file only before publishing the package. It seems that to run tsd I'm forced to run tsc at every change.

Is there a way to test types in index.ts file directly without the need to tsc before tsd?

Thank you