Skip to content

Commit

Permalink
fix: typing export
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandesu committed Nov 1, 2023
1 parent 1570f07 commit 806a7eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
"exports": {
".": {
"import": "./dist/my_package_name.js",
"require": "./dist/my_package_name.umd.cjs"
"require": "./dist/my_package_name.umd.cjs",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css"
},
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 806a7eb

Please sign in to comment.