You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 run tsc before tsd?