mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
331 B
331 B
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
.