chore: update export path

This commit is contained in:
danisharora099 2024-03-06 15:16:54 +05:30
parent 38f7dd4ba1
commit 09e4c3893b
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
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"
}