File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "extends" : " ../../config/api-extractor.json" ,
3- "mainEntryPointFilePath" : " <projectFolder>/dist/esm5/index.d.ts" ,
3+ "mainEntryPointFilePath" : " <projectFolder>/dist/esm5/index.doc. d.ts" ,
44 "dtsRollup" : {
55 "enabled" : true ,
66 "untrimmedFilePath" : " <projectFolder>/dist/<unscopedPackageName>.d.ts" ,
Original file line number Diff line number Diff line change 88 "enabled" : true ,
99 "untrimmedFilePath" : " <projectFolder>/dist/cordova/<unscopedPackageName>.d.ts" ,
1010 "publicTrimmedFilePath" : " <projectFolder>/dist/cordova/<unscopedPackageName>-public.d.ts"
11+ },
12+ "docModel" : {
13+ "enabled" : true ,
14+ "apiJsonFilePath" : " <projectFolder>/temp/subpackages/<unscopedPackageName>.api.json"
1115 }
1216}
Original file line number Diff line number Diff line change 88 "enabled" : true ,
99 "untrimmedFilePath" : " <projectFolder>/dist/web-extension-esm2017/<unscopedPackageName>.d.ts" ,
1010 "publicTrimmedFilePath" : " <projectFolder>/dist/web-extension-esm2017/<unscopedPackageName>-public.d.ts"
11+ },
12+ "docModel" : {
13+ "enabled" : true ,
14+ "apiJsonFilePath" : " <projectFolder>/temp/subpackages/<unscopedPackageName>.api.json"
1115 }
1216}
You can’t perform that action at this time.
0 commit comments