We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e04242 commit 5b5db1cCopy full SHA for 5b5db1c
1 file changed
package.json
@@ -4,6 +4,7 @@
4
"description": "use automerge-repo in your solid app",
5
"type": "module",
6
"main": "out/index.js",
7
+ "types": "./out/index.d.ts",
8
"scripts": {
9
"prepublish": "pnpm mk",
10
"mk": "rm -rf ./out ./docs; node --experimental-strip-types ./mk.ts && typedoc",
0 commit comments