Skip to content

Commit 64ee4d9

Browse files
fix: make types discoverable (#132)
They need to be declared in package.json in order for importing packages to find them.
1 parent 7c96a4c commit 64ee4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"default": "./dist/index.mjs"
1818
}
1919
},
20+
"types": "./dist/index.d.ts",
2021
"keywords": [
2122
""
2223
],

0 commit comments

Comments
 (0)