mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
fix(astro:content): include required type declarations (#10022)
* include types/content.d.ts * add changeset * Update .changeset/cool-walls-fail.md Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
20ca3154fb
commit
3fc76efb2a
2 changed files with 6 additions and 0 deletions
5
.changeset/cool-walls-fail.md
Normal file
5
.changeset/cool-walls-fail.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Fixes a regression where types for the `astro:content` module did not include required exports, leading to typescript errors.
|
|
@ -96,6 +96,7 @@
|
|||
"content-types.template.d.ts",
|
||||
"content-module.template.mjs",
|
||||
"astro-jsx.d.ts",
|
||||
"types/content.d.ts",
|
||||
"types.d.ts",
|
||||
"README.md",
|
||||
"vendor"
|
||||
|
|
Loading…
Add table
Reference in a new issue