Skip to content

Commit d3a1563

Browse files
committed
frontend: Add Activity to typedoc generation
1 parent edee10a commit d3a1563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"src/lib/util.ts",
3030
"src/lib/AppTheme.ts",
3131
"src/plugin/lib.ts",
32-
"src/plugin/registry.tsx"
32+
"src/plugin/registry.tsx",
33+
"src/components/activity/Activity.tsx"
3334
],
3435
"entryPointStrategy": "expand",
3536
"excludeExternals": true,

0 commit comments

Comments
 (0)