diff options
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/tsconfig.json b/examples/blog-multiple-authors/tsconfig.json index 7ac81809a..4db6ee701 100644 --- a/examples/blog-multiple-authors/tsconfig.json +++ b/examples/blog-multiple-authors/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"] } } |