Skip to content

Commit dd84077

Browse files
eminenceblakeembrey
authored andcommitted
Fix --tsconfig help description (#575)
1 parent 2d9d882 commit dd84077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/readers/tsconfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { TypeScriptSource } from '../sources/typescript';
1212
export class TSConfigReader extends OptionsComponent {
1313
@Option({
1414
name: TSConfigReader.OPTIONS_KEY,
15-
help: 'Specify a js option file that should be loaded. If not specified TypeDoc will look for \'typedoc.js\' in the current directory.',
15+
help: 'Specify a typescript config file that should be loaded. If not specified TypeDoc will look for \'tsconfig.json\' in the current directory.',
1616
type: ParameterType.String,
1717
hint: ParameterHint.File
1818
})

0 commit comments

Comments
 (0)