Skip to content

Commit

Permalink
fix rootDirs compiler option description
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlt committed Aug 18, 2020
1 parent 4416672 commit ba488f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Option | Type | Default
`--removeComments` | `boolean` | `false` | Remove all comments except copy-right header comments beginning with `/*!`
`--resolveJsonModule` | `boolean` | `false` | Include modules imported with `.json` extension.
`--rootDir` | `string` | *(common root directory is computed from the list of input files)* | Specifies the root directory of input files. Only use to control the output directory structure with `--outDir`.
`rootDirs`<sup>[2]</sup> | `string[]`| | List of <i>root</i> folders whose combined content represent the s/docs/handbook/module-resolution.html./Module%20Resolution.md#virtual-directories-with-rootdirs) for more details.
`rootDirs`<sup>[2]</sup> | `string[]`| | List of <i>root</i> folders whose combined content represent the structure of the project at runtime. See [Module Resolution documentation](/docs/handbook/module-resolution.html./Module%20Resolution.md#virtual-directories-with-rootdirs) for more details.
`--showConfig` | `boolean` | `false` | Rather than actually execute a build with the other input options and config files, show the final implied config file in the output.
`--skipDefaultLibCheck` | `boolean` | `false` | DEPRECATED. Use `--skipLibCheck` instead.<br/>Skip type checking of [default library declaration files](/docs/handbook/triple-slash-directives.htmld#-reference-no-default-libtrue).
`--skipLibCheck` | `boolean` | `false` | Skip type checking of all declaration files (`*.d.ts`).
Expand Down

0 comments on commit ba488f9

Please sign in to comment.