Updated Compiler Options (markdown)

Daniel Rosenwasser
2015-05-18 15:16:48 -07:00
parent 11ef94dac7
commit e9b4f46c47

@@ -24,6 +24,7 @@ Option | Shorthand | Description
`--outDir` | | Redirect output structure to the directory.
`--preserveConstEnums` | | 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.
`--removeComments` | | Do not emit comments to output.
`--rootDir`<sup>[1]</sup> | | Specifies the root directory of input files. Use to control the output directory structure with `--outDir`.
`--sourceMap` | | Generates corresponding '.map' file.
`--sourceRoot` | | Specifies the location where debugger should locate TypeScript files instead of source locations. Use this flag if the sources will be located at run-time in a different location than that at design-time. The location specified will be embedded in the sourceMap to direct the debugger where the source files where be located.
`--suppressImplicitAnyIndexErrors` | | Suppress noImplicitAny errors for indexing objects lacking index signatures. See [issue #1232](https://github.com/Microsoft/TypeScript/issues/1232#issuecomment-64510362) for more details.