Skip to content

Commit ead8bd2

Browse files
committed
fix(package): fix type resolution
1 parent 89b6df9 commit ead8bd2

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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "module",
66
"module": "dist/index.js",
7-
"types": "dist/index.d.ts",
7+
"types": "dist/types/index.d.ts",
88
"repository": "https://github.com/Nickersoft/booth.js",
99
"files": [
1010
"dist"

0 commit comments

Comments
 (0)