Skip to content

Commit

Permalink
add more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 17, 2024
1 parent 7f31ece commit 47b4a0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,19 @@
"import": "./components/index.js",
"types": "./components/index.d.ts"
},
"./loader": {
"import": "./loader/index.js",
"require": "./loader/index.cjs.js",
"types": "./loader/index.d.ts"
},
"./components/*": {
"import": "./components/*",
"types": "./components/*"
},
"./docs.json": {
"import": "./dist/docs.json",
"require": "./dist/docs.json"
},
"./ion-accordion-group": {
"import": "./components/ion-accordion-group.js",
"types": "./components/ion-accordion-group.d.ts"
Expand Down

0 comments on commit 47b4a0c

Please sign in to comment.