shared member which in the deno.json has "name": "@scope/shared"client member which is Vite+Svelte and only uses Deno (no package.json)import { Foo } from "@scope/shared in a .svelte file intellisense errors and cannot find it..ts and .tsx files."../../shared/mod.ts" it does find it, but it doesn't properly figure out typesshared uses zod and exports a function that takes in a (msg: z.infer<R>) => void, that z.infer<R> isnt expanded into the actual type like it does outside of a .svelte file