Closed drackp2m closed 3 years ago
The types haven't been updated for the preactx
branch AFAIK, we would definitely be open to a PR for the types.
Unfortunately I don't have much time to review all that, I finally hid the errors by adding skipLibCheck => true
in the compilerOptions
section of my tsconfig.json
file.
Although the bookstore itself works great. Nice job!!
Actually we may just be depending on https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49843
cc @saschazar21 thank you for working on this!
Wow how fast you found the thread, hopefully they review / approve it soon. 🥳
Finally the pull request of @saschazar21 are merged and the issue has been fixed!
<3
the compilation works, and the page is displayed, but in the console there are tons of errors, such as:
When I remove the type package, the compilation does not fail, but the imports are not done automatically.