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
As per the documentation, I expected declaration: true to generate 3 files : d.ts, d.mts and d.cts.
Yet, a single d.ts file is generated. I tried to move the declaration: true at the root, without success.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
I'm compiling a lib for both CJS and ESM, with the following config :
As per the documentation, I expected
declaration: true
to generate 3 files :d.ts
,d.mts
andd.cts
.Yet, a single
d.ts
file is generated. I tried to move thedeclaration: true
at the root, without success.Additional information
The text was updated successfully, but these errors were encountered: