diff --git a/.changeset/olive-tomatoes-jog.md b/.changeset/olive-tomatoes-jog.md new file mode 100644 index 000000000000..1dac1665ed61 --- /dev/null +++ b/.changeset/olive-tomatoes-jog.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix missing types.d.ts in npm package diff --git a/packages/astro/package.json b/packages/astro/package.json index 08dbf3b56251..6fbed246f5c6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -82,6 +82,7 @@ "client-base.d.ts", "import-meta.d.ts", "astro-jsx.d.ts", + "types.d.ts", "README.md", "vendor" ],