Skip to content

Commit

Permalink
feat: exporting the types and bundle components
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 26, 2024
1 parent 20c6d2e commit 72b65b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"dev:storybook": "storybook dev -p 6006 -s dist"
},
"dependencies": {
"@stencil/core": "^4.7.0",
"storybook": "^7.6.10"
"@stencil/core": "^4.7.0"
},
"devDependencies": {
"@ionic/core": "^7.6.5",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^3.0.8",
"storybook": "^7.6.10",
"@storybook/addon-a11y": "^7.6.10",
"@storybook/addon-designs": "^7.0.9",
"@storybook/addon-docs": "^7.6.10",
Expand Down
4 changes: 4 additions & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const config: Config = {
type: 'dist',
esmLoaderPath: '../loader',
},
{
type: 'dist-custom-elements',
generateTypeDeclarations: true,
},
{
type: 'docs-readme',
},
Expand Down

0 comments on commit 72b65b4

Please sign in to comment.