Skip to content

Commit b429931

Browse files
committed
build: added typedoc config to all packages for the website generation
1 parent 74594e5 commit b429931

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

components/lit/typedoc.json

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

0 commit comments

Comments
 (0)