Aakash Goplaniblog.aakashgoplani.inยทJul 7, 2024Enhancing SvelteKitAuth with Custom Type AdditionsOften, 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...39 readsAuthentication in SvelteKit using SvelteKitAuthTypesAdd a thoughtful commentNo comments yetBe the first to start the conversation.