You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/utils/options/sources/typedoc.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@ export function addTypeDocOptions(options: Options) {
108
108
name: 'name',
109
109
help: 'Set the name of the project that will be used in the header of the template.'
110
110
});
111
+
options.addDeclaration({
112
+
name: 'includeVersion',
113
+
help: 'Add the package version to the project name',
114
+
type: ParameterType.Boolean
115
+
});
111
116
options.addDeclaration({
112
117
name: 'readme',
113
118
help: 'Path to the readme file that should be displayed on the index page. Pass `none` to disable the index page and start the documentation on the globals page.'
0 commit comments