Skip to content

Commit 628470e

Browse files
committed
Fix merge conflict
1 parent 5441954 commit 628470e

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

src/lib/utils/options/declaration.ts

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ export interface TypeDocOptionMap {
110110
cname: string;
111111
gitRevision: string;
112112
gitRemote: string;
113-
githubPages: boolean;
114113
htmlLang: string;
114+
githubPages: boolean;
115115
gaID: string;
116116
hideGenerator: boolean;
117+
searchInComments: boolean;
117118
cleanOutputDir: boolean;
118119

119120
commentStyle: typeof CommentStyle;
@@ -135,34 +136,8 @@ export interface TypeDocOptionMap {
135136
searchCategoryBoosts: ManuallyValidatedOption<Record<string, number>>;
136137
searchGroupBoosts: ManuallyValidatedOption<Record<string, number>>;
137138

138-
<<<<<<< HEAD
139139
watch: boolean;
140140
preserveWatchOutput: boolean;
141-
=======
142-
name: string;
143-
includeVersion: boolean;
144-
readme: string;
145-
defaultCategory: string;
146-
categoryOrder: string[];
147-
categorizeByGroup: boolean;
148-
cname: string;
149-
sort: SortStrategy[];
150-
gitRevision: string;
151-
gitRemote: string;
152-
gaID: string;
153-
githubPages: boolean;
154-
htmlLang: string;
155-
hideGenerator: boolean;
156-
searchInComments: boolean;
157-
cleanOutputDir: boolean;
158-
159-
commentStyle: typeof CommentStyle;
160-
excludeTags: `@${string}`[];
161-
blockTags: `@${string}`[];
162-
inlineTags: `@${string}`[];
163-
modifierTags: `@${string}`[];
164-
>>>>>>> master
165-
166141
skipErrorChecking: boolean;
167142
help: boolean;
168143
version: boolean;

0 commit comments

Comments
 (0)