Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/handbook-v1/en/Compiler Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Option | Type | Default
`--types` | `string[]`| | List of names of type definitions to include. See [@types, --typeRoots and --types](/docs/handbook/tsconfig-json.html#types-typeroots-and-types) for more details.
`--typeRoots` | `string[]`| | List of folders to include type definitions from. See [@types, --typeRoots and --types](/docs/handbook/tsconfig-json.html#types-typeroots-and-types) for more details.
`--version`<br/>`-v` | | | Print the compiler's version.
`--watch`<br/>`-w` | | | Run the compiler in watch mode. Watch input files and trigger recompilation on changes. The implementation of watching files and directories can be configured using environment variable. See [configuring watch](/docs/handbook/configuring-watch.html for more details.
`--watch`<br/>`-w` | | | Run the compiler in watch mode. Watch input files and trigger recompilation on changes. The implementation of watching files and directories can be configured using environment variable. See [configuring watch](/docs/handbook/configuring-watch.html) for more details.

- <sup>[1]</sup> These options are experimental.
- <sup>[2]</sup> These options are only allowed in `tsconfig.json`, and not through command-line switches.
Expand Down