Skip to content

Commit

Permalink
Add typesVersions support for TypeScript definitions in a11y package
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 10, 2024
1 parent f4a084d commit ba51dda
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 ba51dda

Please sign in to comment.