Skip to content

Commit eca9c07

Browse files
committed
Fix path to types
1 parent b366f54 commit eca9c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"source": "src/index.ts",
8-
"types": "src/index.ts",
8+
"types": "dist/cjs/index.d.ts",
99
"sideEffects": false,
1010
"type": "module",
1111
"exports": {

0 commit comments

Comments
 (0)