./$types for sveltekit. I'm not sure if i need to explicitly reference the generated tsconfig.json or I'm missing something else. A current workaround is to import from a much longer relative path (ie import type { PageServerLoad } from "../../.svelte-kit/types/src/routes/$types.d.ts";) but of course ./$types) would be preferred..vscode/settings.json with this content:vite.config.ts:src/routes/+page.server.ts file with the following data