Merge pull request #42 from waku-org/fix/types

chore: update export path
This commit is contained in:
Danish Arora 2024-03-06 15:18:11 +05:30 committed by GitHub
commit 5586ceb38b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
],
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs.js"
}