Skip to content

Commit fc2db5a

Browse files
imgeorgiusma-efremoff
authored andcommitted
fix: types declaration path in package.json 2
1 parent ecdf738 commit fc2db5a

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
@@ -12,7 +12,7 @@
1212
"types": "types/src/index.d.ts",
1313
"exports": {
1414
".": {
15-
"types": "./types/index.d.ts",
15+
"types": "./types/src/index.d.ts",
1616
"require": "./build/cjs/index.js",
1717
"import": "./build/esm/index.js"
1818
}

0 commit comments

Comments
 (0)