Skip to content

Commit 220b093

Browse files
committed
chore(normalizr): Add missing types export for bundler usage
1 parent ad91ce6 commit 220b093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/normalizr/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"types": "index.d.ts",
3333
"exports": {
3434
".": {
35+
"types": "./index.d.ts",
3536
"require": "./dist/index.cjs",
3637
"import": "./dist/index.mjs"
3738
},

0 commit comments

Comments
 (0)