Skip to content

Commit 10362fe

Browse files
committed
use public types for database doc
1 parent bf5ddda commit 10362fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../config/api-extractor.json",
33
// Point it to your entry point d.ts file.
4-
"mainEntryPointFilePath": "<projectFolder>/dist/src/index.d.ts",
4+
"mainEntryPointFilePath": "<projectFolder>/dist/public.d.ts",
55
"apiReport": {
66
/**
77
* apiReport is handled by repo-scripts/prune-dts/extract-public-api.ts

0 commit comments

Comments
 (0)