coscinoOriginal post
Rank 2: Process
I am following https://appwrite.io/docs/tutorials/sveltekit/step-1project but I get a lot of errors in vscode if use types with jsdoc or typescript.
I disabled types in sveltekit, everything looks good in vscode by just using javascript, but I get type errors in the terminal after running.
This is my repo https://github.com/codscino/svelte-kit_todo
Is this my fault or is the tutorial old? I am a beginner in the web dev world, sorry for the dumb questions.
Summary
Issue: Developer encountering type errors while using types with JSDoc or TypeScript in SvelteKit project following a tutorial.
Solution: The tutorial may be outdated or incomplete. Disabling types in SvelteKit resolves VSCode errors but results in type errors in terminal. Check for updated resources or seek community support for resolution.