Skip to content

Commit 43cad06

Browse files
committed
Fix exports
1 parent 963d70c commit 43cad06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"exports": {
1414
".": {
15-
"type": "./dist/index.d.ts",
15+
"types": "./dist/index.d.ts",
1616
"default": "./dist/index.js"
1717
}
1818
},

0 commit comments

Comments
 (0)