Skip to content

Commit

Permalink
chore: add types in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Jul 27, 2023
1 parent 797f7ed commit 82757bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cacher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js"
}
Expand Down
1 change: 1 addition & 0 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js"
}
Expand Down

0 comments on commit 82757bb

Please sign in to comment.