Skip to content

Commit 956a15f

Browse files
authored
fix: correct types field (#1878)
1 parent e6f949b commit 956a15f

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
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"main": "dist/cjs/index.js",
2525
"module": "dist/esm/index.mjs",
26-
"types": "index.d.ts",
26+
"types": "dist/types/index.d.ts",
2727
"typesVersions": {
2828
">=4.0": {
2929
"*": [

0 commit comments

Comments
 (0)