Skip to content

Commit

Permalink
Merge pull request #19724 from storybookjs/nested-dts
Browse files Browse the repository at this point in the history
Fix: Point to correct .d.ts files from export maps
  • Loading branch information
ndelangen committed Nov 2, 2022
2 parents e0026c0 + aa16f23 commit 79187f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/addons/links/package.json
Expand Up @@ -40,7 +40,7 @@
"./react": {
"require": "./dist/react/index.js",
"import": "./dist/react/index.mjs",
"types": "./dist/react.d.ts"
"types": "./dist/react/index.d.ts"
},
"./register": {
"require": "./dist/manager.js",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/outline/package.json
Expand Up @@ -41,7 +41,7 @@
"./preview": {
"require": "./dist/preset/preview.js",
"import": "./dist/preset/preview.mjs",
"types": "./dist/preview.d.ts"
"types": "./dist/preset/preview.d.ts"
},
"./register": {
"require": "./dist/manager.js",
Expand Down

0 comments on commit 79187f4

Please sign in to comment.