We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1126495 + ad3881d commit e14d1cfCopy full SHA for e14d1cf
.npmignore
@@ -3,7 +3,6 @@
3
4
# Include specific directories and files
5
!dist/**/*
6
-!src/**/*
7
!LICENSE
8
!package.json
9
!README.md
package.json
@@ -8,7 +8,8 @@
"exports": {
".": {
10
"import": "./dist/esm/index.mjs",
11
- "require": "./dist/cjs/index.cjs"
+ "require": "./dist/cjs/index.cjs",
12
+ "types": "./dist/types/index.d.ts"
13
}
14
},
15
"repository": {
0 commit comments