Skip to content

Commit ab631c9

Browse files
committed
Fix path to types
1 parent 41b9248 commit ab631c9

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
"scripts": {
1111
"build": "yarn build-esm && yarn build-cjs",

0 commit comments

Comments
 (0)