Closed karlhorky closed 2 weeks ago
I think these tsc errors that appear with "skipLibCheck": false
are actually unrelated to my original issue.
But I'll leave this open as an unrelated issue, in case it's interesting to the Algolia team to be compatible with "skipLibCheck": false
I opened a different issue for my original issue, and make a better reproduction:
Any solutions?
Hello, this is fixed since https://github.com/algolia/api-clients-automation/pull/4020
@millotp @shortcuts indeed, I can confirm that this is now resolved in algoliasearch@5.10.2
(via https://github.com/algolia/api-clients-automation/pull/4020 ) 🎉
➜ workspace git:(master) ✗ pnpm tsc
➜ workspace git:(master) ✗
Description
Using
algoliasearch
with"skipLibCheck": false
leads to many errorsCodeSandbox: https://codesandbox.io/p/devbox/776xj2?file=%2Ftsconfig.json%3A31%2C27
typescript@5.6.3
and thetsconfig.json
file below, which includes"skipLibCheck": false
algoliasearch@5.9.1
algoliasearch
named import inindex.ts
and use it in any waytsc
and see many errorsClient
All
Version
5.9.1
Relevant log output