Skip to content

Commit 8ae7f03

Browse files
committed
fix api-extractor path for auth
1 parent fbc76a7 commit 8ae7f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/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/esm5/index.d.ts",
4+
"mainEntryPointFilePath": "<projectFolder>/dist/esm5/index.doc.d.ts",
55
"dtsRollup": {
66
"enabled": true,
77
"untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts",

0 commit comments

Comments
 (0)