Skip to content

Commit a370abf

Browse files
committed
fix: update highlight-run typedoc
1 parent a3d6fa7 commit a370abf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sdk/highlight-run/typedoc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "@launchdarkly/observability + @launchdarkly/session-replay",
44
"includeVersion": false,
55
"entryPoints": [
6+
"src/api/*.ts",
67
"src/index.tsx",
7-
"src/api/record.ts",
8-
"src/api/observe.ts",
9-
"src/plugins/record.ts",
10-
"src/plugins/observe.ts",
11-
"src/sdk/LDRecord.ts",
12-
"src/sdk/LDObserve.ts"
8+
"src/integrations/*.ts",
9+
"src/plugins/*.ts",
10+
"src/sdk/*.ts",
11+
"src/client/**/*.ts",
12+
"src/client/**/*.tsx"
1313
],
1414
"exclude": [
1515
"**/__tests__/**",

0 commit comments

Comments
 (0)