solidjs / solid-testing-library

Simple and complete Solid testing utilities that encourage good testing practices.
MIT License
201 stars 19 forks source link

Add `.d.cts` file to fix compatibility with `moduleResolution: node16` #39

Closed Andarist closed 1 year ago

Andarist commented 1 year ago

Currently TypeScript is not able to pick up any types from CJS modules, see the confirmation of that problem here and here.