diff --git a/pages/Compiler Options.md b/pages/Compiler Options.md index 0c9c4fcbe..42f7fca98 100644 --- a/pages/Compiler Options.md +++ b/pages/Compiler Options.md @@ -22,7 +22,7 @@ Option | Shorthand | Description `--listFiles` | | Print names of files part of the compilation. `--locale` | | The locale to use to show error messages, e.g. en-us. `--mapRoot` | | Specifies the location where debugger should locate map files instead of generated locations. Use this flag if the .map files will be located at run-time in a different location than than the .js files. The location specified will be embedded in the sourceMap to direct the debugger where the map files where be located. -`--moduleResolution` | | Determine how modules get resolved. Either 'node' for Node.js/io.js style resolution, or 'classic' (default). +`--moduleResolution` | | Determine how modules get resolved. Either 'node' for Node.js/io.js style resolution, or 'classic' (default is 'node'). `--newLine` | | Use the specified end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix)." `--noEmit` | | Do not emit outputs. `--noEmitOnError` | | Do not emit outputs if any errors were reported.