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
|
pnpm-lock.yaml
|
||||||
package-lock.json
|
package-lock.json
|
||||||
coverage
|
coverage
|
||||||
|
**/*.d.ts
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# For misc scripts and experiments:
|
# For misc scripts and experiments:
|
||||||
|
|
|
@ -12,7 +12,8 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"*.js",
|
"*.js",
|
||||||
"lib/*.js"
|
"lib/*.js",
|
||||||
|
"lib/*.d.ts"
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|
Loading…
Reference in New Issue