Skip to content

Commit 17f4382

Browse files
committed
chore: add back types property in package.json for backwards compatibility
1 parent b438f15 commit 17f4382

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index",
77
"module": "./lib/module/index",
8+
"types": "./lib/typescript/commonjs/index.d.ts",
89
"exports": {
910
".": {
1011
"import": {

0 commit comments

Comments
 (0)