solid-select icon indicating copy to clipboard operation
solid-select copied to clipboard

Incorrect type definition?

Open bartoszkrawczyk2 opened this issue 2 years ago • 0 comments

Hi,

I'm using vite 4.4.5 with TS+solid preset

When I try to import solid-select I'm getting:

Could not find a declaration file for module '@thisbeyond/solid-select'. '/path/to/my/project/node_modules/@thisbeyond/solid-select/dist/esm/index.js' implicitly has an 'any' type.
  There are types at '/path/to/my/project/node_modules/@thisbeyond/solid-select/dist/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@thisbeyond/solid-select' library may need to update its package.json or typings.ts(7016)

How can this be fixed?

Thanks

bartoszkrawczyk2 avatar Dec 02 '23 22:12 bartoszkrawczyk2