We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5ddda commit 10362feCopy full SHA for 10362fe
packages/database/api-extractor.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "../../config/api-extractor.json",
3
// Point it to your entry point d.ts file.
4
- "mainEntryPointFilePath": "<projectFolder>/dist/src/index.d.ts",
+ "mainEntryPointFilePath": "<projectFolder>/dist/public.d.ts",
5
"apiReport": {
6
/**
7
* apiReport is handled by repo-scripts/prune-dts/extract-public-api.ts
0 commit comments