Fix types.d.ts not being included in the npm package (#5217)
This commit is contained in:
parent
f4dd4522bf
commit
8c83359e38
2 changed files with 6 additions and 0 deletions
5
.changeset/olive-tomatoes-jog.md
Normal file
5
.changeset/olive-tomatoes-jog.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix missing types.d.ts in npm package
|
|
@ -82,6 +82,7 @@
|
||||||
"client-base.d.ts",
|
"client-base.d.ts",
|
||||||
"import-meta.d.ts",
|
"import-meta.d.ts",
|
||||||
"astro-jsx.d.ts",
|
"astro-jsx.d.ts",
|
||||||
|
"types.d.ts",
|
||||||
"README.md",
|
"README.md",
|
||||||
"vendor"
|
"vendor"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue