Skip to content

Commit 2cf0ed0

Browse files
authored
fix: allow importing with exports-aware Typescript
1 parent fefc9ef commit 2cf0ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"main": "dist/index.cjs",
1717
"module": "dist/index.mjs",
1818
"exports": {
19+
"types": "./dist/lib/index.d.ts",
1920
"import": "./dist/index.mjs",
2021
"require": "./dist/index.cjs"
2122
},

0 commit comments

Comments
 (0)