Skip to content

Commit 6d37b8c

Browse files
fix(package): add types to exports in package.json
https://arethetypeswrong.github.io/?p=style-to-object%401.0.0
1 parent 4769968 commit 6d37b8c

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
@@ -6,6 +6,7 @@
66
"main": "cjs/index.js",
77
"module": "esm/index.mjs",
88
"exports": {
9+
"types": "./cjs/index.d.ts",
910
"import": "./esm/index.mjs",
1011
"require": "./cjs/index.js"
1112
},

0 commit comments

Comments
 (0)