Skip to content

Commit

Permalink
add types path to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufff committed Aug 17, 2023
1 parent f34b781 commit e3c6af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.es.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
Expand Down Expand Up @@ -51,4 +52,4 @@
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.2"
}
}
}

0 comments on commit e3c6af8

Please sign in to comment.