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 tsc before tsd?
Thank you
The text was updated successfully, but these errors were encountered:
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 runtsc
at every change.Is there a way to test types in
index.ts
file directly without the need totsc
beforetsd
?Thank you
The text was updated successfully, but these errors were encountered: