Closed mattxyzeth closed 1 year ago
All my d.ts files have the output [object: Promise] after upgrading to 1.3.7. I downgraded Prettier to v2 and this package to 1.3.6 and the output is correct again.
d.ts
[object: Promise]
@mattxyzeth Thanks!! Fixed and released.
All my
d.ts
files have the output[object: Promise]
after upgrading to 1.3.7. I downgraded Prettier to v2 and this package to 1.3.6 and the output is correct again.