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 ae6ed30 commit 9df4e9bCopy full SHA for 9df4e9b
packages/auth/api-extractor.json
@@ -1,9 +1,9 @@
1
{
2
"extends": "../../config/api-extractor.json",
3
- "mainEntryPointFilePath": "<projectFolder>/dist/esm5/index.doc.d.ts",
+ "mainEntryPointFilePath": "<projectFolder>/dist/esm5/index.d.ts",
4
"dtsRollup": {
5
"enabled": true,
6
"untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts",
7
"publicTrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>-public.d.ts"
8
}
9
-}
+}
0 commit comments