Closed lorefnon closed 8 months ago
Hello, thanks for creating this library. This looks very useful for an app I am prototyping.
While I see that we have types in the package, typescript is not able to resolve them and I get type errors for all the imports.
I initially thought it had to do with my setup, but it can be reproduced in stackblitz as well: Reproducer
This works fine if we have moduleResolution: "Bundler" or moduleResolution: "ESNext" in tsconfig.json.
moduleResolution: "Bundler"
moduleResolution: "ESNext"
Hello, thanks for creating this library. This looks very useful for an app I am prototyping.
While I see that we have types in the package, typescript is not able to resolve them and I get type errors for all the imports.
I initially thought it had to do with my setup, but it can be reproduced in stackblitz as well: Reproducer