Enhancing SvelteKitAuth with Custom Type Additions
Often, your IDE might complain that certain types are unrecognizable. This is common in SvelteKitAuth. To fix this, we need to add custom typings. Here is how we do it:
Step 1: Create a file named types/auth.d.ts at the same level as src. Here, we wi...
blog.aakashgoplani.in2 min read