Skip to content

Commit

Permalink
Point typedoc at matrix.ts, not index.ts (matrix-org#3239)
Browse files Browse the repository at this point in the history
This gets rid of the rather pointless "default" module in the generated docs.
  • Loading branch information
richvdh authored Apr 3, 2023
1 parent b56b804 commit 78aa6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"include": ["./src/**/*.ts", "./spec/**/*.ts"],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"entryPoints": ["src/matrix.ts"],
"excludeExternals": true,
"out": "_docs"
}
Expand Down

0 comments on commit 78aa6cb

Please sign in to comment.