Skip to content

Commit 4afc2cf

Browse files
style(docs): add explainers to TypeDoc tsconfig
1 parent 9b6db0c commit 4afc2cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tsconfig.typedoc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2+
// This Typescript configuration is used by TypeDoc to generate API documentation
3+
// for the project; this documentation can be accessed via the following link:
4+
// <https://typedi.js.org/api-reference>
25
"extends": "./tsconfig.json",
36
"include": ["./src/**/*"],
7+
8+
// Elide any non-src folders to prevent them being added to the documentation.
49
"exclude": ["./website/**/*", "./website/*", "./test/*", "./docs/*", "./build/*"]
510
}

0 commit comments

Comments
 (0)