Skip to content

Commit

Permalink
ar(fix) types declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 25, 2024
1 parent 35e16c3 commit 516a0e7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.es.js",
"require": "./dist/cjs/index.server.cjs"
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.es.js"
},
"require": {
"types": "./dist/cjs/src/index.d.ts",
"default": "./dist/cjs/index.server.cjs"
}
},
"./styles": {
"import": "./dist/esm/style.css",
Expand Down

0 comments on commit 516a0e7

Please sign in to comment.