include *.d.ts in the package

This commit is contained in:
Andre Staltz 2023-11-03 13:32:32 +02:00
parent e20928e0d5
commit 0823473b18
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ node_modules
pnpm-lock.yaml
package-lock.json
coverage
**/*.d.ts
*~
# For misc scripts and experiments:

View File

@ -12,7 +12,8 @@
"main": "index.js",
"files": [
"*.js",
"lib/*.js"
"lib/*.js",
"lib/*.d.ts"
],
"exports": {
".": {