Skip to content

Commit 1e69254

Browse files
committed
build: updated typedoc config
1 parent 3f7ce1f commit 1e69254

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

apps/astro/typedoc.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"includes": "./markdown",
3+
"entryPoints": [
4+
"src"
5+
],
6+
"exclude": [
7+
"**/*.d.ts"
8+
],
9+
"entryPointStrategy": "expand",
10+
"name": "tsParticles Angular Component",
11+
"includeVersion": true,
12+
"hideGenerator": true,
13+
"out": "./docs",
14+
"validation": {
15+
"invalidLink": true,
16+
"notDocumented": true
17+
}
18+
}

0 commit comments

Comments
 (0)