mirror of
https://github.com/withastro/astro.git
synced 2025-09-28 00:24:24 +08:00
Move client types into Astro (#3851)
* Move client types into Astro * Adds a changeset * Fix path to local client * Reference vite/client in our HMR types * Add back in the expect-error * Update types comment
This commit is contained in:
@ -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"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user