Skip to content

Commit

Permalink
chore: add typedoc entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 2, 2023
1 parent 5913f9d commit 5b16a12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"libp2p": "^0.45.4",
"multiformats": "^11.0.2"
},
"private": true
"private": true,
"typedoc": {
"entryPoint": "./src/index.ts"
}
}

0 comments on commit 5b16a12

Please sign in to comment.