Skip to content

Commit 5b16a12

Browse files
committed
chore: add typedoc entry point
1 parent 5913f9d commit 5b16a12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/interop/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@
5656
"libp2p": "^0.45.4",
5757
"multiformats": "^11.0.2"
5858
},
59-
"private": true
59+
"private": true,
60+
"typedoc": {
61+
"entryPoint": "./src/index.ts"
62+
}
6063
}

0 commit comments

Comments
 (0)