Skip to content

Commit 3da8caf

Browse files
authored
fix: correct types reference (#219)
1 parent 0e01783 commit 3da8caf

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
@@ -40,7 +40,7 @@
4040
"module": "dist/index.mjs",
4141
"exports": {
4242
".": {
43-
"types": "./src/type.d.ts",
43+
"types": "./dist/index.d.ts",
4444
"import": "./dist/index.mjs",
4545
"require": "./dist/index.js"
4646
}

0 commit comments

Comments
 (0)