Skip to content

Commit

Permalink
feat: add type to export file
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Nov 6, 2023
1 parent ca118e6 commit 94537db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./main.css": "./css/main.css"
},
Expand Down

1 comment on commit 94537db

@vercel
Copy link

@vercel vercel bot commented on 94537db Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pillar-ui-docs-fu15 – ./apps/docs

pillar-ui-docs-fu15-git-main-hamzaamar.vercel.app
pillar-ui-docs-fu15.vercel.app
pillar-ui-docs-fu15-hamzaamar.vercel.app

Please sign in to comment.