Skip to content

Commit d93bf24

Browse files
Removed TypeScript declaration option
1 parent 083392f commit d93bf24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ var td;
205205
'version',
206206
'help',
207207
'watch',
208-
'declarations',
208+
'declaration',
209209
'mapRoot',
210210
'sourceMap',
211211
'removeComments'

src/td/Settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module td
2424

2525

2626
export var ignoredTypeScriptOptions = [
27-
'out', 'outDir', 'version', 'help', 'watch', 'declarations', 'mapRoot', 'sourceMap', 'removeComments'
27+
'out', 'outDir', 'version', 'help', 'watch', 'declaration', 'mapRoot', 'sourceMap', 'removeComments'
2828
];
2929

3030

0 commit comments

Comments
 (0)