Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9defd5b

Browse files
authored
Merge pull request #487 from jcfranco/jcfranco-compiler-options-typo-fix
Fix typo.
2 parents 08f99cc + 56df244 commit 9defd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Compiler Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Option | Type | Default
5252
`paths`<sup>[2]</sup> | `Object` | | List of path mapping entries for module names to locations relative to the `baseUrl`. See [Module Resolution documentation](./Module Resolution.md#path-mapping) for more details.
5353
`--preserveConstEnums` | `boolean` | `false` | Do not erase const enum declarations in generated code. See [const enums documentation](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#94-constant-enum-declarations) for more details.
5454
`--pretty`<sup>[1]</sup> | `boolean` | `false` | Stylize errors and messages using color and context.
55-
`--project`<br/>`-p` | `string` | | Compile a project given a valid configuration file.<br/>The argument can be an file path to a valid JSON configuration file, or a directory path to a directory containing a `tsconfig.json` file.<br/>See [tsconfig.json](./tsconfig.json.md) documentation for more details.
55+
`--project`<br/>`-p` | `string` | | Compile a project given a valid configuration file.<br/>The argument can be a file path to a valid JSON configuration file, or a directory path to a directory containing a `tsconfig.json` file.<br/>See [tsconfig.json](./tsconfig.json.md) documentation for more details.
5656
`--reactNamespace` | `string` | `"React"` | Specifies the object invoked for `createElement` and `__spread` when targeting `"react"` JSX emit.
5757
`--removeComments` | `boolean` | `false` | Remove all comments except copy-right header comments beginning with `/*!`
5858
`--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`.

0 commit comments

Comments
 (0)