Alex Thomsen
Alex Thomsen
I believe this is related to how the typescript package.json is being handled. There's no hints for where types are located, there's also no list of exports in the package.json...
Still an issue with `1.0.0-beta.3` I did a `pnpm patch` to resolve this for my project and just added this `"./*":{"types":"./*.d.ts"}` and it solves the issue without widening what you...
I attached a zip file with a reproduction, to my knowledge stackblitz or codesandbox would be difficult/wouldn't work because you need the compiled output and those typically don't have them....