diff options
Diffstat (limited to 'examples/framework-svelte')
| -rw-r--r-- | examples/framework-svelte/tsconfig.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/examples/framework-svelte/tsconfig.json b/examples/framework-svelte/tsconfig.json index 7ac81809a..4db6ee701 100644 --- a/examples/framework-svelte/tsconfig.json +++ b/examples/framework-svelte/tsconfig.json @@ -9,7 +9,7 @@      "resolveJsonModule": true,      // Enable stricter transpilation for better output.      "isolatedModules": true, -    // Add type definitions for our Vite runtime. -    "types": ["vite/client"] +    // Add type definitions for our Astro runtime. +    "types": ["astro/client"]    }  } | 
