Skip to content

Commit ba46df6

Browse files
authored
Update packages/shared/typedoc.json
1 parent 1c07524 commit ba46df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["./src/index.ts", "./src/react/types.ts", "./src/react/hooks/*.{ts,tsx}", "./src/types/*.{ts,tsx}"],
3+
"entryPoints": ["./src/index.ts", "./src/react/types.ts", "./src/react/hooks/*.{ts,tsx}", "./src/types/*.ts"],
44
"compilerOptions": {
55
"noImplicitAny": false
66
}

0 commit comments

Comments
 (0)