File tree Expand file tree Collapse file tree 3 files changed +35
-294
lines changed Expand file tree Collapse file tree 3 files changed +35
-294
lines changed Original file line number Diff line number Diff line change 75
75
"rollup-plugin-preserve-directives" : " ^0.4.0" ,
76
76
"semver" : " ^7.6.3" ,
77
77
"simple-git" : " ^3.27.0" ,
78
- "typedoc" : " 0.26.11 " ,
79
- "typedoc-plugin-frontmatter" : " 1.0 .0" ,
80
- "typedoc-plugin-markdown" : " 4.2.10 " ,
78
+ "typedoc" : " ^0.27.3 " ,
79
+ "typedoc-plugin-frontmatter" : " ^1.1 .0" ,
80
+ "typedoc-plugin-markdown" : " ^4.3.1 " ,
81
81
"typescript-eslint" : " ^8.17.0" ,
82
82
"v8flags" : " ^4.0.1" ,
83
83
"vite-plugin-dts" : " 4.0.3" ,
Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ export const generateReferenceDocs = async (options) => {
46
46
entryPoints : pkg . entryPoints ,
47
47
tsconfig : pkg . tsconfig ,
48
48
exclude : pkg . exclude ,
49
+ out : pkg . outputDir ,
49
50
} )
50
51
51
52
const project = await app . convert ( )
52
53
53
54
if ( project ) {
54
- await app . generateDocs ( project , pkg . outputDir )
55
+ await app . generateOutputs ( project )
55
56
}
56
57
}
57
58
}
You can’t perform that action at this time.
0 commit comments