Skip to content

Commit

Permalink
Fix: types export in package.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesser authored Nov 6, 2024
1 parent 3c21824 commit 7cea1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"files": ["dist"],
"exports": {
".": {
"types": "./dist/lib.d.ts",
"import": "./dist/atlas-stories-react.js"
},
"./dist/style.css": "./dist/style.css"
Expand Down

0 comments on commit 7cea1ce

Please sign in to comment.