~ mapped to src/ in my Vite config, so imports like ~/integrations/query/todos.tsx work fine in the Vite dev server. However, Vite doesn’t recognize this alias, so running or linting the code with Deno fails to resolve the same imports.vite.config.ts and deno.json, but they don’t seem to share or respect each other’s settings.