From e36020fdfcc02fed9d3e7d62ff5ff8ef439358da Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 26 Jun 2015 11:03:17 -0400 Subject: [PATCH] Updated Compiler Options (markdown) --- Compiler-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler-Options.md b/Compiler-Options.md index 82cf64b..9bbd7d8 100644 --- a/Compiler-Options.md +++ b/Compiler-Options.md @@ -29,7 +29,7 @@ Option | Shorthand | Description `--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`[2] | | Specifies the root directory of input files. Use to control the output directory structure with `--outDir`. -`--separateCompilation`[2] | | Unconditionally emit imports for unresolved files. +`--isolatedModules`[2] | | Unconditionally emit imports for unresolved files. `--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. `--stripInternal`[1] | | Do not emit declarations for code that has an `@internal` annotation.