Fix types.d.ts not being included in the npm package (#5217)

This commit is contained in:
Erika 2022-10-27 15:43:20 -03:00 committed by GitHub
parent f4dd4522bf
commit 8c83359e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fix missing types.d.ts in npm package

View file

@ -82,6 +82,7 @@
"client-base.d.ts",
"import-meta.d.ts",
"astro-jsx.d.ts",
"types.d.ts",
"README.md",
"vendor"
],