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