mirror of https://codeberg.org/pzp/pzp-set.git
include *.d.ts in the package
This commit is contained in:
parent
e20928e0d5
commit
0823473b18
|
@ -3,6 +3,7 @@ node_modules
|
|||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
coverage
|
||||
**/*.d.ts
|
||||
*~
|
||||
|
||||
# For misc scripts and experiments:
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
"main": "index.js",
|
||||
"files": [
|
||||
"*.js",
|
||||
"lib/*.js"
|
||||
"lib/*.js",
|
||||
"lib/*.d.ts"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
Loading…
Reference in New Issue