Skip to content

Commit a9402b0

Browse files
committed
Fix: correcting 'types' property in package.json
1 parent a128488 commit a9402b0

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
@@ -3,7 +3,7 @@
33
"version": "4.0.0",
44
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
55
"main": "module/index.js",
6-
"types": "module/index.d.ts",
6+
"types": "types/index.d.ts",
77
"exports": {
88
"import": "./module/index.js",
99
"require": "./dist/index.js",

0 commit comments

Comments
 (0)