chore: fix types

This commit is contained in:
danisharora099 2024-03-06 15:12:05 +05:30
parent 80bb1fd265
commit 38f7dd4ba1
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"source": "src/index.ts",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",