Fix import-meta.d.ts not being included in the package (#4507)
This commit is contained in:
parent
d85133393a
commit
4e1af3f0e8
2 changed files with 7 additions and 0 deletions
5
.changeset/nice-readers-mix.md
Normal file
5
.changeset/nice-readers-mix.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix `import-meta.d.ts` not being included in the npm package
|
|
@ -31,6 +31,7 @@
|
|||
"./env": "./env.d.ts",
|
||||
"./client": "./client.d.ts",
|
||||
"./client-base": "./client-base.d.ts",
|
||||
"./import-meta": "./import-meta.d.ts",
|
||||
"./astro-jsx": "./astro-jsx.d.ts",
|
||||
"./tsconfigs/*.json": "./tsconfigs/*",
|
||||
"./tsconfigs/*": "./tsconfigs/*.json",
|
||||
|
@ -75,6 +76,7 @@
|
|||
"env.d.ts",
|
||||
"client.d.ts",
|
||||
"client-base.d.ts",
|
||||
"import-meta.d.ts",
|
||||
"astro-jsx.d.ts",
|
||||
"README.md",
|
||||
"vendor"
|
||||
|
|
Loading…
Reference in a new issue