types
compilerOptions
"compilerOptions": { "allowJs": false, "lib": [ "dom", "dom.iterable", "dom.extras", "deno.ns" ], "jsx": "preserve", "jsxImportSource": "solid-js", "strict": false, "types": [ "vite/client" ] },
import_map.json
"vite": "npm:vite", "vite/client": "npm:vite/client",
vite/client
Property 'env' does not exist on type 'ImportMeta'. deno-ts(2339)