summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/olive-tomatoes-jog.md5
-rw-r--r--packages/astro/package.json1
2 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/olive-tomatoes-jog.md b/.changeset/olive-tomatoes-jog.md
new file mode 100644
index 000000000..1dac1665e
--- /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 08dbf3b56..6fbed246f 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"
],