Skip to content

Commit 60b4c82

Browse files
committed
Enable typedoc for index.ts file
1 parent 56f289d commit 60b4c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"types": ["node"]
66
},
77
"include": ["./lib/src/**/*.*"],
8-
"exclude": ["**/*.test.tsx", "**/index.ts", "dist", "build", "node_modules"]
8+
"exclude": ["**/*.test.tsx", "dist", "build", "node_modules"]
99
}

0 commit comments

Comments
 (0)