Closed r3sdev closed 2 years ago
@r3sdev Are you on the latest 9.0.0 beta?
Just checked the typings files and they do appear messed up - no idea why it generated like that, will fix now.
Just looked into it and there was some weird webpack shit going on with the type generation, so I yanked it all out and use tsc to generate the types now - can you try 9.0.0-beta10 that was just published and let me know if this resolves it for you?
Hi,
We're using this package in one of our projects and are running into the following issue:
Of course we would be able to fix this by adding
skipLibCheck: true
intsconfig.json
, but we'd rather not and prefer this to be fixed upstream.