File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../config/api-extractor.json" ,
3
- "mainEntryPointFilePath" : " <projectFolder>/dist/esm5 /index.d.ts" ,
3
+ "mainEntryPointFilePath" : " <projectFolder>/dist/esm2017 /index.d.ts" ,
4
4
"dtsRollup" : {
5
5
"enabled" : true ,
6
6
"untrimmedFilePath" : " <projectFolder>/dist/<unscopedPackageName>.d.ts" ,
Original file line number Diff line number Diff line change 4
4
"main" : " ../dist/node/internal.js" ,
5
5
"module" : " ../dist/esm2017/internal.js" ,
6
6
"browser" : " ../dist/esm2017/internal.js" ,
7
- "typings" : " ../dist/esm5 /internal/index.d.ts" ,
7
+ "typings" : " ../dist/esm2017 /internal/index.d.ts" ,
8
8
"private" : true
9
9
}
Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ async function generateDocs(
189
189
'utf8'
190
190
) ;
191
191
const authApiConfigModified = authApiConfigOriginal . replace (
192
- `"mainEntryPointFilePath": "<projectFolder>/dist/esm5 /index.d.ts"` ,
193
- `"mainEntryPointFilePath": "<projectFolder>/dist/esm5 /index.doc.d.ts"`
192
+ `"mainEntryPointFilePath": "<projectFolder>/dist/esm2017 /index.d.ts"` ,
193
+ `"mainEntryPointFilePath": "<projectFolder>/dist/esm2017 /index.doc.d.ts"`
194
194
) ;
195
195
196
196
try {
You can’t perform that action at this time.
0 commit comments