diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-preact/tsconfig.json b/examples/framework-preact/tsconfig.json index 8c4c4bb42..be8e3ea96 100644 --- a/examples/framework-preact/tsconfig.json +++ b/examples/framework-preact/tsconfig.json @@ -12,7 +12,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"] } } |