blob: ae4bfef831cd7b8e734a928959feb939c7c1d1a9 (
plain) (
blame)
1
2
3
4
5
6
7
|
---
'astro': minor
---
Updates `astro/config` import to reference `astro/client` types
When importing `astro/config`, types from `astro/client` will be made automatically available to your project. If your project `tsconfig.json` changes how references behave, you'll still have access to these types after running `astro sync`.
|