Skip to content

Commit

Permalink
Merge pull request #30005 from storybookjs/valentin/fix-type-issue-fo…
Browse files Browse the repository at this point in the history
…r-older-typescript-configurations

Addon A11y: Add typesVersions support for TypeScript definitions in a11y package
  • Loading branch information
valentinpalkovic authored Dec 11, 2024
2 parents ce4466a + d9eeb21 commit 53fa387
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/index.d.ts"
],
"preview": [
"dist/preview.d.ts"
]
}
},
"files": [
"dist/**/*",
"README.md",
Expand Down

0 comments on commit 53fa387

Please sign in to comment.