diff options
-rw-r--r-- | .changeset/cool-walls-fail.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/cool-walls-fail.md b/.changeset/cool-walls-fail.md new file mode 100644 index 000000000..b72c952e3 --- /dev/null +++ b/.changeset/cool-walls-fail.md @@ -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. diff --git a/packages/astro/package.json b/packages/astro/package.json index 5222a540c..fe680558e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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" |