astro/.changeset/hungry-adults-juggle.md
Erika 1f42c0791c
Vendor Vite's importMeta.d.ts inside our repo to workaround issue with tsc on Linux (#4499)
* Update @astrojs/language-server to latest version

* Vendor importMeta.d.ts from Vite inside our repo to workaround TypeScript issue on Linux

* Remove unnecessary change

* Add changeset
2022-08-26 12:47:39 -03:00

5 lines
91 B
Markdown

---
'astro': patch
---
Fix `tsc` not being able to find Vite's import.meta types on Linux