Skip to content

Commit 95325f6

Browse files
committed
remove typo from mainEntryPointFilePath
1 parent 50429f1 commit 95325f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../config/api-extractor.json",
3-
"mainEntryPointFilePath": "<projectFolder>/dist/esm5/index.doc.d.ts",
3+
"mainEntryPointFilePath": "<projectFolder>/dist/esm5/index.d.ts",
44
"dtsRollup": {
55
"enabled": true,
66
"untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts",

0 commit comments

Comments
 (0)