Skip to content

Commit

Permalink
Merge pull request #213 from AugustinasMK/master
Browse files Browse the repository at this point in the history
Types not exported (TS7016).
  • Loading branch information
simonwep authored Nov 3, 2023
2 parents 0d77eff + 8d4d386 commit 13c8c01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/viselect.mjs",
"require": "./dist/viselect.umd.js"
}
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/viselect.mjs",
"require": "./dist/viselect.umd.js"
}
Expand Down
1 change: 1 addition & 0 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/viselect.mjs",
"require": "./dist/viselect.umd.js"
}
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/viselect.mjs",
"require": "./dist/viselect.umd.js"
}
Expand Down

0 comments on commit 13c8c01

Please sign in to comment.