Closed marvinhagemeister closed 2 months ago
Noticed that the types weren't found under ESM. TypeScript these days needs separate declaration files for ESM and CJS. With the help of https://arethetypeswrong.github.io/ the changes in this PR ensure that types can be found in all scenarios.
Fixes https://github.com/denoland/deno/issues/25529
Noticed that the types weren't found under ESM. TypeScript these days needs separate declaration files for ESM and CJS. With the help of https://arethetypeswrong.github.io/ the changes in this PR ensure that types can be found in all scenarios.
Fixes https://github.com/denoland/deno/issues/25529