saricdenOriginal post
Rank 2: Process
My TS server is complaining when importing modules from the appwrite package. I checked and I have the latest version of the node module.
Has anyone else experienced this and found a fix?
I can // @ts-ignore it but would be great to have TS autocomplete and typing and such.
Summary
The user had an issue with TypeScript definitions when importing modules from the 'appwrite' package. They found a solution: searching for the answer yielded results. The user can use `// @ts-ignore` as a temporary fix, but it would be better to have TypeScript autocomplete and typing.