We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--tsconfig
1 parent 2d9d882 commit dd84077Copy full SHA for dd84077
src/lib/utils/options/readers/tsconfig.ts
@@ -12,7 +12,7 @@ import { TypeScriptSource } from '../sources/typescript';
12
export class TSConfigReader extends OptionsComponent {
13
@Option({
14
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.',
+ help: 'Specify a typescript config file that should be loaded. If not specified TypeDoc will look for \'tsconfig.json\' in the current directory.',
16
type: ParameterType.String,
17
hint: ParameterHint.File
18
})
0 commit comments