Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Closed
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 pages/Compiler Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down