Skip to content

Commit

Permalink
build: Rearrange typedoc entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jun 17, 2021
1 parent e890f34 commit 0f5ea81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
"typedocOptions": {
"name": "Ataraxia",
"entryPoints": [
"packages/core/src/index.ts",
"packages/transport/src/index.ts",
"packages/transport-streams/src/index.ts",

"packages/local/src/index.ts",
"packages/tcp/src/index.ts",
"packages/hyperswarm/src/index.ts",
"packages/ws-client/src/index.ts",
"packages/ws-server/src/index.ts",

"packages/core/src/index.ts",

"packages/service-contracts/src/index.ts",
"packages/services/src/index.ts"
],
Expand Down

0 comments on commit 0f5ea81

Please sign in to comment.